summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-10-05 09:40:33 +0200
committerGitHub <noreply@github.com>2023-10-05 09:40:33 +0200
commitcf0589a6dae275282c3ee5f2750ae017c9000859 (patch)
treec8178bc6e30bc8b7b084dea18d1abb55f3bb3556 /pkgs
parentd13553f4a8ee8c8c3e5491212f8e9e326954bb7e (diff)
parentc5bbe1e74a508df18faaa38733de1ebfa9120ced (diff)
Merge pull request #259011 from mbalatsko/update-aio-pika
python3Packages.aio-pika: 9.1.3 -> 9.3.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/aio-pika/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aio-pika/default.nix b/pkgs/development/python-modules/aio-pika/default.nix
index 9082fd4b37a73..fdcb671029286 100644
--- a/pkgs/development/python-modules/aio-pika/default.nix
+++ b/pkgs/development/python-modules/aio-pika/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "aio-pika";
-  version = "9.1.3";
+  version = "9.3.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "mosquito";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-QCM/9Vt9/uXylaU8xymXJEjVd6sFRcVhpr2CGjB0AoY=";
+    hash = "sha256-Fy3vTXfj+gu/+PYWPfcOZ/D7boRiZYcFPX29p28HoGs=";
   };
 
   nativeBuildInputs = [