python3Packages.pysmappee: 0.2.25 -> 0.2.27

This commit is contained in:
Fabian Affolter 2021-08-26 14:29:44 +02:00
parent 9463b5e932
commit 8cf0809cfb

View File

@ -6,19 +6,20 @@
, pytz
, requests
, requests_oauthlib
, schedule
, pythonOlder
}:
buildPythonPackage rec {
pname = "pysmappee";
version = "0.2.25";
version = "0.2.27";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "smappee";
repo = pname;
rev = version;
sha256 = "0ld3pb86dq61fcvr6zigdz1vjjcwf7izzkajyg82nmb508a570d7";
sha256 = "sha256-CzdkeC53ye+IMeGUiD1mK84h2ruC1/ZpjlDjuWMVoyQ=";
};
propagatedBuildInputs = [
@ -27,10 +28,12 @@ buildPythonPackage rec {
pytz
requests
requests_oauthlib
schedule
];
# Project has no tests
doCheck = false;
pythonImportsCheck = [ "pysmappee" ];
meta = with lib; {