about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-11-29 23:36:12 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-30 03:00:36 +0100
commit0bfbf2857781aa9ccd9f52e553789ad850e4536e (patch)
tree44209858f4b26671d0416b3373bb2491889badaf /pkgs/development/python-modules
parentdc55b556b31a24f2a3e4c5d1c831b4c52f523746 (diff)
python311Packages.aiorecollect: 2023.09.0 -> 2023.11.0
Diff: https://github.com/bachya/aiorecollect/compare/refs/tags/2023.09.0...2023.11.0

Changelog: https://github.com/bachya/aiorecollect/releases/tag/2023.11.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/aiorecollect/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiorecollect/default.nix b/pkgs/development/python-modules/aiorecollect/default.nix
index 352f7eb9603de..c2b6f3609e534 100644
--- a/pkgs/development/python-modules/aiorecollect/default.nix
+++ b/pkgs/development/python-modules/aiorecollect/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "aiorecollect";
-  version = "2023.09.0";
+  version = "2023.11.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "bachya";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-45LgfCA8037GqP4WfEjE4hj2YdKUGu2hGrQ/f0r1PAI=";
+    hash = "sha256-CRiYde3FKVXhqB3W5rD7T3v93PAcsXBj0gG0L0umHSg=";
   };
 
   postPatch = ''