Merge pull request #135788 from fabaff/bump-pysmappee
python3Packages.pysmappee: 0.2.25 -> 0.2.27
This commit is contained in:
commit
0a5387d384
1 changed files with 5 additions and 2 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue