about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-25 18:47:01 -0600
committerGitHub <noreply@github.com>2023-07-25 18:47:01 -0600
commit4a3eba74a1b36ffa1953e89eb961c05313fa715b (patch)
treefab18a8fb92907346debcdb3449800ea6f146e34
parent6a971b684969fcebf5b406f4a79cad61c0d73411 (diff)
parent49c49041eb66fba2223894663b7398b125ae1a30 (diff)
Merge pull request #245355 from fabaff/aiomisc-bump
python311Packages.aiomisc: 17.3.4 -> 17.3.21
-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 2570552ca77a..045168b8d162 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.4";
+  version = "17.3.21";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-MSLZWBgky3PwQxBs1Mj8h/HcerlvzpFvNEZAPoidRpc=";
+    hash = "sha256-NaSwjU4SfUYeUe/3nWQxfgMYrN4Ez1Dc/PE4ffJmlSs=";
   };
 
   nativeBuildInputs = [