orca: 3.38.1 -> 3.38.2

This commit is contained in:
R. RyanTM 2020-12-25 02:41:52 +00:00 committed by Jan Tojnar
parent 107c9d6aca
commit 12b1d81ab9

View file

@ -35,13 +35,13 @@
buildPythonApplication rec {
pname = "orca";
version = "3.38.1";
version = "3.38.2";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1sqmq9xhcm3rc3mbhj1bdn55bkpzbk72xhmgka75syxh77gzz0ld";
sha256 = "UAX/LhHdH3E/WswZA6JwEZvFjDD9uMn4K8rHFJfGwjw=";
};
patches = [