Merge pull request #310134 from fabaff/aiomisc-bump
python312Packages.aiomisc: 17.5.6 -> 17.5.15
This commit is contained in:
commit
b15a12e8fd
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue