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 05e9272 + e4cc105 commit ffff9c2Copy full SHA for ffff9c2
pkgs/development/python-modules/total-connect-client/default.nix
@@ -10,7 +10,7 @@
10
11
buildPythonPackage rec {
12
pname = "total-connect-client";
13
- version = "2024.12";
+ version = "2024.12.1";
14
pyproject = true;
15
16
disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
19
owner = "craigjmidwinter";
20
repo = "total-connect-client";
21
tag = version;
22
- hash = "sha256-Pf1OFWbulrJeoWSJdI2QQ/ETd5TV6m8uhvCoKsx0bx8=";
+ hash = "sha256-FcPm2Nc6pUGC86K3GLAiQRot0JXYqoZh19dXMCl99eI=";
23
};
24
25
build-system = [ setuptools ];
0 commit comments