mate.mozo: 1.20.1 -> 1.20.2

This commit is contained in:
worldofpeace 2019-01-14 08:47:54 -05:00
parent e3c2e51e0e
commit bdf5b3dd1b
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "mozo-${version}";
version = "1.20.1";
version = "1.20.2";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
sha256 = "16rkwbq385i2acll0kcsnp4ghdyljylhp06bjdsvbwv6bjspyyrp";
sha256 = "1q4hqhigimxav2a8xxyd53lq8q80szsphcv37y2jhm6g6wvdmvhd";
};
pythonPath = [ mate.mate-menus pythonPackages.pygobject3 ];