gnome3.accerciser: 3.34.2 -> 3.34.3 (#77006)

This commit is contained in:
R. RyanTM 2020-01-06 06:32:40 -08:00 committed by Tor Hedin Brønner
parent ae9cef7262
commit df56b344d7

View file

@ -17,13 +17,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
name = "accerciser-${version}"; name = "accerciser-${version}";
version = "3.34.2"; version = "3.34.3";
format = "other"; format = "other";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/accerciser/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz"; url = "mirror://gnome/sources/accerciser/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "1n6sy95j0r0v01sc9rbbpzikq2z4z42j8ah73hzmjdmck4iniik4"; sha256 = "1ixyxfv2h5921x82d0r39v952ggclnf2xba5li01qmshl6b21kcc";
}; };
nativeBuildInputs = [ nativeBuildInputs = [