python313Packages.aiocomelit: 0.12.1 -> 0.12.3 (#408882)

authored by Fabian Affolter and committed by GitHub 359c442b a5b6a27d

+2 -2
+2 -2
pkgs/development/python-modules/aiocomelit/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "aiocomelit"; 16 - version = "0.12.1"; 16 + version = "0.12.3"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.12"; ··· 22 22 owner = "chemelli74"; 23 23 repo = "aiocomelit"; 24 24 tag = "v${version}"; 25 - hash = "sha256-b2XxANLdJzgXbwD7m5E86LAWBOIL+MefCjj054rzHi4="; 25 + hash = "sha256-ZymhYx8uCb7kDcXGz0SQ3rN1ozFYRBtXhS1exMA/8yI="; 26 26 }; 27 27 28 28 build-system = [ poetry-core ];