about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-11-25 09:06:32 +0100
committerGitHub <noreply@github.com>2023-11-25 09:06:32 +0100
commit56345b210b3913400558673d5e038adf39cac0fb (patch)
tree798c6d7c4ea9879b2d68b30a9a9285581fdcd5a2 /pkgs
parentd6a35df2683dc1ba232240885d2b9d8ef4d5b34a (diff)
parent2d5ee0f1e36af7300b235d5b997f13590ec26ca6 (diff)
Merge pull request #269734 from fabaff/gcal-sync-bump
python311Packages.gcal-sync: 6.0.1 -> 6.0.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/gcal-sync/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/gcal-sync/default.nix b/pkgs/development/python-modules/gcal-sync/default.nix
index 873a047b434cf..22426d8e97b6e 100644
--- a/pkgs/development/python-modules/gcal-sync/default.nix
+++ b/pkgs/development/python-modules/gcal-sync/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "gcal-sync";
-  version = "6.0.1";
+  version = "6.0.3";
   pyproject = true;
 
   disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "allenporter";
     repo = "gcal_sync";
     rev = "refs/tags/${version}";
-    hash = "sha256-8ye15xn6h2YOMQTC1iJtY05WXe4bKyOn3tvPfNdS3y0=";
+    hash = "sha256-i5K4kJcieugPkXIuDje8tk5TEX6EwDywUB6MByLmukA=";
   };
 
   nativeBuildInputs = [