Skip to content

Commit 9672fb0

Browse files
committed
1 parent c5c8dc4 commit 9672fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aiocomelit/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "aiocomelit";
16-
version = "0.12.1";
16+
version = "0.12.3";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.12";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "chemelli74";
2323
repo = "aiocomelit";
2424
tag = "v${version}";
25-
hash = "sha256-b2XxANLdJzgXbwD7m5E86LAWBOIL+MefCjj054rzHi4=";
25+
hash = "sha256-ZymhYx8uCb7kDcXGz0SQ3rN1ozFYRBtXhS1exMA/8yI=";
2626
};
2727

2828
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)