python312Packages.aiomisc: 17.5.26 -> 17.5.29 (#359976)

This commit is contained in:
Fabian Affolter 2024-11-29 20:06:08 +01:00 committed by GitHub
commit 1b02b613fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "aiomisc";
version = "17.5.26";
version = "17.5.29";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-78N8SBzgUB0Lnbj79r3jfhx6ZwlsP9Eq7gTIPkZSPzM=";
hash = "sha256-DjOl4eymyD2n1bbDUI+s3iGiWjT/AhRqmTmiZpufLNU=";
};
build-system = [ poetry-core ];