python313Packages.aiomisc: 17.7.7 -> 17.7.8 (#423581)

This commit is contained in:
Fabian Affolter
2025-07-09 22:55:41 +02:00
committed by GitHub
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "aiomisc";
version = "17.7.7";
version = "17.7.8";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-zN3ryxjgbaJ4lcm3qwUY74h/kBjaWhHsxGJSM/tn3yU=";
hash = "sha256-Wfum+9M0Kx9GA9F2/fzhvETsQodNKnoRXSADFZl6Sf4=";
};
build-system = [ poetry-core ];