about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-02 21:56:29 +0100
committerGitHub <noreply@github.com>2023-02-02 21:56:29 +0100
commitd54c329eee48a3b9a4ed3f4dd8f4b1a332bd6b0b (patch)
treeb219fcb50633a36cae583bf3378d2939de7218c1 /pkgs
parent6498bee32403a4eb259295f994779c96ec26f937 (diff)
parent71c38b8b2a1d4ec8076af920703b44b5803dabdb (diff)
Merge pull request #214216 from dotlambda/recurring-ical-events-2.0.1
python310Packages.recurring-ical-events: 2.0.0 -> 2.0.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/recurring-ical-events/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/recurring-ical-events/default.nix b/pkgs/development/python-modules/recurring-ical-events/default.nix
index 040148e369648..830aeb2428153 100644
--- a/pkgs/development/python-modules/recurring-ical-events/default.nix
+++ b/pkgs/development/python-modules/recurring-ical-events/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "recurring-ical-events";
-  version = "2.0.0";
+  version = "2.0.1";
 
   format = "setuptools";
 
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "niccokunzmann";
     repo = "python-recurring-ical-events";
     rev = "v${version}";
-    hash = "sha256-B6oLy4Ai30SGGTgGcO0V+f1mf1P1W8sMpzk7oIUtcJY=";
+    hash = "sha256-1tmUf0HIKufiocAZPxkTLyicMU0o8dhSjCij2Lc/lyk=";
   };
 
   propagatedBuildInputs = [