about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-08 07:51:58 +0100
committerGitHub <noreply@github.com>2024-03-08 07:51:58 +0100
commit5a4ea9549c83256f32bf2aece502b1d53042db76 (patch)
tree15a57dca59148d8368eace90cdc394555910f404 /pkgs
parent7a4bdefb1439ffc3e208d56c1157e23b05b3eece (diff)
parent3a640c9d9864f2a7d29964aae96759e714e46fa8 (diff)
Merge pull request #292322 from r-ryantm/auto-update/python311Packages.croniter
python311Packages.croniter: 2.0.1 -> 2.0.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/croniter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/croniter/default.nix b/pkgs/development/python-modules/croniter/default.nix
index 6ac6f5db0509e..03f7c636393bb 100644
--- a/pkgs/development/python-modules/croniter/default.nix
+++ b/pkgs/development/python-modules/croniter/default.nix
@@ -11,14 +11,14 @@
 
 buildPythonPackage rec {
   pname = "croniter";
-  version = "2.0.1";
+  version = "2.0.2";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-0Zmy7D6l6CmI0fcgIkM8X5MCs7Pqnmv9ahUY9upecAo=";
+    hash = "sha256-i/8Wya9O8ftvBUFpc7j3y1SZfALy+DZSUfm/Hd7ZGGY=";
   };
 
   nativeBuildInputs = [