about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-07 08:55:40 +0200
committerGitHub <noreply@github.com>2024-06-07 08:55:40 +0200
commit34ecd00b0e2219fa90850ed4520b250a08cd58a2 (patch)
tree401a518448434182f2e56bb507ee6b3ac2aba1ba /pkgs/development
parentc518bf65c05f5fb3c1f6749ae5aa249d4a6f4be1 (diff)
parent1e801679c4d0a15f07b46e0a3587a42615883082 (diff)
Merge pull request #317658 from fabaff/aiomisc-bump
python312Packages.aiomisc: 17.5.19 -> 17.5.24
Diffstat (limited to 'pkgs/development')
-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 0b4bf7483d84a..0a7e40e46ed9a 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.5.19";
+  version = "17.5.24";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-0tcWfi4zxqDDMknDPOLNm+S+K1qmHQ5n/PqNFyNbwZg=";
+    hash = "sha256-9/7QI9z5dYADNRIWBelrUoNe/LaHqpb/Ch4e1Z9I1s4=";
   };
 
   build-system = [ poetry-core ];