python312Packages.aiomisc: 17.5.25 -> 17.5.26

Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-08-24 00:00:10 +02:00
parent 2d923dabfe
commit ba80bfa9f2

View File

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