Merge pull request #308198 from fabaff/total-connect-client-bump
python312Packages.total-connect-client: 2023.12.1 -> 2024.4
This commit is contained in:
commit
001ee9c16a
1 changed files with 5 additions and 5 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "total-connect-client";
|
||||
version = "2023.12.1";
|
||||
format = "pyproject";
|
||||
version = "2024.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
|
@ -18,14 +18,14 @@ buildPythonPackage rec {
|
|||
owner = "craigjmidwinter";
|
||||
repo = "total-connect-client";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-iEQC02KuBWtk8yQwM/fU28ilbmCWeAjilvR6fHVexuI=";
|
||||
hash = "sha256-LuPyhidbAzt/AU5WuXyxggGxjm9yArHsbn6iAaccMEc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
zeep
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue