Merge pull request #310134 from fabaff/aiomisc-bump

python312Packages.aiomisc: 17.5.6 -> 17.5.15
This commit is contained in:
Fabian Affolter 2024-05-09 10:05:31 +02:00 committed by GitHub
commit b15a12e8fd
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.6";
version = "17.5.15";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-oq4z+ULN6VYkXX4Oz/JqKZSIh55AHOxFJVLyaNGqaNA=";
hash = "sha256-tfJm0W20UeuWIrihXpEmbiX5+Zs1ASIzJbhjodLdctI=";
};
build-system = [ poetry-core ];