python3Packages.aiomisc: 17.7.8 -> 17.9.4

https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-05 04:34:17 +02:00
parent e9e5b63271
commit 19ee1425dc
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "aiomisc";
version = "17.7.8";
version = "17.9.4";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-Wfum+9M0Kx9GA9F2/fzhvETsQodNKnoRXSADFZl6Sf4=";
hash = "sha256-oSwMhomcPIN2JYterJuBUcmJtUx3rayADH1ugah+pI8=";
};
build-system = [ poetry-core ];