We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5b6a27 + 9672fb0 commit 359c442Copy full SHA for 359c442
pkgs/development/python-modules/aiocomelit/default.nix
@@ -13,7 +13,7 @@
13
14
buildPythonPackage rec {
15
pname = "aiocomelit";
16
- version = "0.12.1";
+ version = "0.12.3";
17
pyproject = true;
18
19
disabled = pythonOlder "3.12";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
22
owner = "chemelli74";
23
repo = "aiocomelit";
24
tag = "v${version}";
25
- hash = "sha256-b2XxANLdJzgXbwD7m5E86LAWBOIL+MefCjj054rzHi4=";
+ hash = "sha256-ZymhYx8uCb7kDcXGz0SQ3rN1ozFYRBtXhS1exMA/8yI=";
26
};
27
28
build-system = [ poetry-core ];
0 commit comments