about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-06-03 10:52:59 +0200
committerGitHub <noreply@github.com>2023-06-03 10:52:59 +0200
commit2d22ff038930748eb270ffa4db3c2caea7112f97 (patch)
tree21da183c580470de2fc5fe2afaeb534011ff70b1
parentbcfe75f5ad55b2fa84306a6c6bbf33056d15f661 (diff)
parent4783c5d48ad3b355477f4d34b3e5846d39fd3a4e (diff)
Merge pull request #235542 from fabaff/aiomisc-bump
python311Packages.aiomisc: 17.3.0 -> 17.3.2
-rw-r--r--pkgs/development/python-modules/aiomisc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiomisc/default.nix b/pkgs/development/python-modules/aiomisc/default.nix
index 5ef0068cc2a32..2d06e507fce55 100644
--- a/pkgs/development/python-modules/aiomisc/default.nix
+++ b/pkgs/development/python-modules/aiomisc/default.nix
@@ -22,14 +22,14 @@
 
 buildPythonPackage rec {
   pname = "aiomisc";
-  version = "17.3.0";
+  version = "17.3.2";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-HX3IfTQ/zgNnYRN1qnd3vVWvm84g2pjSOBjhzrZHEUI=";
+    hash = "sha256-tJ8d02KbG4z6cUflvjSF/Y7UHH8UqWT8UY7XFqNPP+o=";
   };
 
   nativeBuildInputs = [