mate.mozo: 1.22.1 -> 1.22.2

This commit is contained in:
José Romildo Malaquias 2019-09-30 07:07:57 -03:00
parent 7f000377df
commit a287970a16

View file

@ -2,14 +2,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "mozo";
version = "1.22.1";
version = "1.22.2";
format = "other";
doCheck = false;
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0yffp7p3b6ynpf7ck21klym7h09l35amnyahm71dxbv2kzj6hlqh";
sha256 = "1lzcwsz940v218frwzhpywp1an9x3cgfvqr7r8dplpdapvd0khrs";
};
nativeBuildInputs = [ pkgconfig intltool gobject-introspection wrapGAppsHook ];