about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-29 13:53:00 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-02-29 13:53:00 +0000
commit89d7cc11c1e5a4905023f96faba536e876ca2913 (patch)
tree2f6fc439afefb0df6e993d85a0d70a1b53e4c97c /pkgs
parentf7d07d48513dd3bf8f84f347c3c0e1800207f01d (diff)
downloadnixlib-89d7cc11c1e5a4905023f96faba536e876ca2913.tar
nixlib-89d7cc11c1e5a4905023f96faba536e876ca2913.tar.gz
nixlib-89d7cc11c1e5a4905023f96faba536e876ca2913.tar.bz2
nixlib-89d7cc11c1e5a4905023f96faba536e876ca2913.tar.lz
nixlib-89d7cc11c1e5a4905023f96faba536e876ca2913.tar.xz
nixlib-89d7cc11c1e5a4905023f96faba536e876ca2913.tar.zst
nixlib-89d7cc11c1e5a4905023f96faba536e876ca2913.zip
python37Packages.goocalendar: 0.6 -> 0.7.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/goocalendar/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/goocalendar/default.nix b/pkgs/development/python-modules/goocalendar/default.nix
index 9fc0acc30afa..e9b33f330813 100644
--- a/pkgs/development/python-modules/goocalendar/default.nix
+++ b/pkgs/development/python-modules/goocalendar/default.nix
@@ -14,13 +14,13 @@ with stdenv.lib;
 
 buildPythonPackage rec {
   pname = "GooCalendar";
-  version = "0.6";
+  version = "0.7.0";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "4c22c93e19b933d10d8ea1c67a67f485267af82175ef59419427dd39d1e3af18";
+    sha256 = "14m05pi1vwl7i8iv1wvc0r3450dlivsh85f4cyny08l869cr9lf1";
   };
 
   nativeBuildInputs = [
@@ -42,7 +42,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "A calendar widget for GTK using PyGoocanvas.";
-    homepage = https://goocalendar.tryton.org/;
+    homepage = "https://goocalendar.tryton.org/";
     license = licenses.gpl2;
     maintainers = [ maintainers.udono ];
   };