summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-11 03:57:22 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-11 03:57:22 +0100
commit8ccc44260538f9ae98506ff864869dee0f832006 (patch)
tree8fdb3a114ebe4396f8f9cc88479655d4814734ae
parenteca8f332a1e15f1a9636379d6656ba7824b355af (diff)
python3Packages.gcal-sync: 4.1.1 -> 4.1.2
Diff: https://github.com/allenporter/gcal_sync/compare/refs/tags/4.1.1...4.1.2 Changelog: https://github.com/allenporter/gcal_sync/releases/tag/4.1.2
-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 036e62348fc8..c1f15d6953ad 100644
--- a/pkgs/development/python-modules/gcal-sync/default.nix
+++ b/pkgs/development/python-modules/gcal-sync/default.nix
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "gcal-sync";
- version = "4.1.1";
+ version = "4.1.2";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "gcal_sync";
rev = "refs/tags/${version}";
- hash = "sha256-gRIioR0TrvxTEd572AEuWlamlEaNOoOcXNten5AAAkA=";
+ hash = "sha256-xUU+Bbc0NJBdGXNne/b8kClPNR3REAPiOTAzTDbdU+Q=";
};
propagatedBuildInputs = [