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

View File

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