Merge pull request #334790 from fabaff/aiomisc-bump

python312Packages.aiomisc: 17.5.25 -> 17.5.26
This commit is contained in:
Fabian Affolter 2024-08-24 18:15:52 +02:00 committed by GitHub
commit 48e253d228
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.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 ];