python311Packages.aiomisc: 17.5.4 -> 17.5.6

This commit is contained in:
R. Ryantm 2024-04-20 08:06:53 +00:00
parent 63ac7bec8d
commit 2963743692
1 changed files with 2 additions and 2 deletions

View File

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "aiomisc";
version = "17.5.4";
version = "17.5.6";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-/2WEaM9ZM9dbMA73XADOE2u5r3SfMAyjH8isOsXaJhE=";
hash = "sha256-oq4z+ULN6VYkXX4Oz/JqKZSIh55AHOxFJVLyaNGqaNA=";
};
build-system = [ poetry-core ];