diff options
author | Nick Cao <nickcao@nichi.co> | 2023-07-25 18:47:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 18:47:01 -0600 |
commit | 4a3eba74a1b36ffa1953e89eb961c05313fa715b (patch) | |
tree | fab18a8fb92907346debcdb3449800ea6f146e34 | |
parent | 6a971b684969fcebf5b406f4a79cad61c0d73411 (diff) | |
parent | 49c49041eb66fba2223894663b7398b125ae1a30 (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.nix | 4 |
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 = [ |