python3Packages.GooCalendar: 0.7.1 -> 0.7.2

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:17 +02:00
parent e711550321
commit 66b34e2af8

View file

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "GooCalendar";
version = "0.7.1";
version = "0.7.2";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1ccvw1w7xinl574h16hqs6dh3fkpm5n1jrqwjqz3ignxvli5sr38";
sha256 = "318b3b7790ac9d6d98881eee3b676fc9c17fc15d21dcdaff486e3c303333b41a";
};
nativeBuildInputs = [