Skip to content

Commit

Permalink
mate.mozo: 1.20.1 -> 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Jan 14, 2019
1 parent e3c2e51 commit bdf5b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/mate/mozo/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit bdf5b3d

Please sign in to comment.