Merge pull request #305482 from r-ryantm/auto-update/python311Packages.aiomisc

python311Packages.aiomisc: 17.5.4 -> 17.5.6
This commit is contained in:
Fabian Affolter 2024-04-20 10:46:40 +02:00 committed by GitHub
commit 65b360ba6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];