mate.python-caja: 1.20.1 -> 1.20.2

This commit is contained in:
worldofpeace 2019-01-14 08:48:25 -05:00
parent 4e6b97784f
commit 6ce1348158

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "python-caja-${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 = "16y9xri92x7a40db2qakf20c80a6vqy21nwnjhwrki5rqk7nwbgx";
sha256 = "16r8mz1b44qgs19d14zadwzshzrdc5sdwgjp9f9av3fa6g09yd7b";
};
nativeBuildInputs = [