0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00
Fabian Affolter 2025-05-20 00:37:56 +02:00
parent c5c8dc434f
commit 9672fb0c9e

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiocomelit";
version = "0.12.1";
version = "0.12.3";
pyproject = true;
disabled = pythonOlder "3.12";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "chemelli74";
repo = "aiocomelit";
tag = "v${version}";
hash = "sha256-b2XxANLdJzgXbwD7m5E86LAWBOIL+MefCjj054rzHi4=";
hash = "sha256-ZymhYx8uCb7kDcXGz0SQ3rN1ozFYRBtXhS1exMA/8yI=";
};
build-system = [ poetry-core ];