about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiormq
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-04-13 22:07:31 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-04-13 22:07:31 +0200
commit4b458656f974cdafcde10083319a0cc4083214b7 (patch)
tree1d92d20614409f72ad98034b0be449b40e7c910e /pkgs/development/python-modules/aiormq
parent61913091143cb304b3ea2e6cd67ec60488e7d4d6 (diff)
python310Packages.aiormq: 6.7.2 -> 6.7.4
Changelog: https://github.com/mosquito/aiormq/releases/tag/6.7.4
Diffstat (limited to 'pkgs/development/python-modules/aiormq')
-rw-r--r--pkgs/development/python-modules/aiormq/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/aiormq/default.nix b/pkgs/development/python-modules/aiormq/default.nix
index b8ec9619b1390..d50261c82deae 100644
--- a/pkgs/development/python-modules/aiormq/default.nix
+++ b/pkgs/development/python-modules/aiormq/default.nix
@@ -1,4 +1,5 @@
 { lib
+, aiomisc-pytest
 , buildPythonPackage
 , fetchFromGitHub
 , pythonOlder
@@ -12,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "aiormq";
-  version = "6.7.2";
+  version = "6.7.4";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -21,7 +22,7 @@ buildPythonPackage rec {
     owner = "mosquito";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-ujRw+trXOZaCRsZdkE3WoomOSdYoQkHmtlyFg1mp3Sg=";
+    hash = "sha256-vORo5Kqy+Rg8WCyFU5lyQHS4EALYkycY4XxYhABV/4A=";
   };
 
   nativeBuildInputs = [
@@ -39,7 +40,7 @@ buildPythonPackage rec {
   ];
 
   checkInputs = [
-    aiomisc
+    aiomisc-pytest
   ];
 
   # Tests attempt to connect to a RabbitMQ server