python3Packages.pyvicare: 2.13.1 -> 2.14.0

This commit is contained in:
Fabian Affolter 2021-11-09 00:31:08 +01:00 committed by Jonathan Ringer
parent 68f750d91d
commit 6349411408

View File

@ -10,14 +10,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyvicare"; pname = "pyvicare";
version = "2.13.1"; version = "2.14.0";
format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "somm15"; owner = "somm15";
repo = "PyViCare"; repo = "PyViCare";
rev = version; rev = version;
sha256 = "sha256-L43aickagJolw+VTRX4ZwRcfOm9fMBZOimPx8jLPHhE="; sha256 = "sha256-+Rjs5PwsjcE8vsCS9gHmEj2Hy2OSH/YxNjYgjrBXHPk=";
}; };
SETUPTOOLS_SCM_PRETEND_VERSION = version; SETUPTOOLS_SCM_PRETEND_VERSION = version;
@ -38,7 +40,9 @@ buildPythonPackage rec {
--replace "'setuptools-git-versioning'" " " --replace "'setuptools-git-versioning'" " "
''; '';
pythonImportsCheck = [ "PyViCare" ]; pythonImportsCheck = [
"PyViCare"
];
meta = with lib; { meta = with lib; {
description = "Python Library to access Viessmann ViCare API"; description = "Python Library to access Viessmann ViCare API";