python3Packages.total-connect-client: 2022.2.1 -> 2022.3
This commit is contained in:
parent
db3a1b15de
commit
2401e18f68
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "total-connect-client";
|
pname = "total-connect-client";
|
||||||
version = "2022.2.1";
|
version = "2022.3";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||||
owner = "craigjmidwinter";
|
owner = "craigjmidwinter";
|
||||||
repo = "total-connect-client";
|
repo = "total-connect-client";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-1/uqOxaJqrT+E+0ikNZX9AfIRRbpBSjh2nINrqGWxbY=";
|
hash = "sha256-KfJFU85yQmBZn4f0ljnaiy/DjHMOuNi+Q7nb8yCpKVk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue