about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-18 08:09:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-18 08:09:59 +0000
commitc45fb30b2fc38c34df80e0517e49681e33db3015 (patch)
treee468cec9654dbdf8465260adfd7c8e302d7f8773 /pkgs/development
parent5fcb8660ddddb1ec92ebcfa048f7ef4f11260a27 (diff)
python310Packages.aioguardian: 2023.11.0 -> 2023.12.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/aioguardian/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aioguardian/default.nix b/pkgs/development/python-modules/aioguardian/default.nix
index 3b72b53045b00..cd4247b4c9b3f 100644
--- a/pkgs/development/python-modules/aioguardian/default.nix
+++ b/pkgs/development/python-modules/aioguardian/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "aioguardian";
-  version = "2023.11.0";
+  version = "2023.12.0";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "bachya";
     repo = "aioguardian";
     rev = "refs/tags/${version}";
-    hash = "sha256-hTV6P9J7SS5lnV/9eFUCFPZu1GIeshytWQvNTbGs52w=";
+    hash = "sha256-7fY8+aAxlDtOBLu8SadY5qiH6+RvxnFpOw1RXTonP2o=";
   };
 
   nativeBuildInputs = [