Merge pull request #317658 from fabaff/aiomisc-bump

python312Packages.aiomisc: 17.5.19 -> 17.5.24
This commit is contained in:
Fabian Affolter
2024-06-07 08:55:40 +02:00
committed by GitHub
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "aiomisc";
version = "17.5.19";
version = "17.5.24";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-0tcWfi4zxqDDMknDPOLNm+S+K1qmHQ5n/PqNFyNbwZg=";
hash = "sha256-9/7QI9z5dYADNRIWBelrUoNe/LaHqpb/Ch4e1Z9I1s4=";
};
build-system = [ poetry-core ];