python: GooCalendar: 0.4 -> 0.6

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:31 +02:00
parent f8bdfae828
commit 31f06e6039

View file

@ -14,13 +14,13 @@ with stdenv.lib;
buildPythonPackage rec {
pname = "GooCalendar";
version = "0.4";
version = "0.6";
disabled = isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "ca3950c2728916d9fb703c886f3940ac9b76739f99ec840b0e1c2c282510e1ab";
sha256 = "4c22c93e19b933d10d8ea1c67a67f485267af82175ef59419427dd39d1e3af18";
};
nativeBuildInputs = [ pkgconfig gobject-introspection ];
propagatedBuildInputs = [