python3Packages.pyatmo: 6.1.0 -> 6.2.0

This commit is contained in:
Fabian Affolter
2021-11-19 23:14:29 +01:00
parent 64cd57dd4f
commit 2cd546626a
@@ -16,7 +16,8 @@
buildPythonPackage rec {
pname = "pyatmo";
version = "6.1.0";
version = "6.2.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -24,7 +25,7 @@ buildPythonPackage rec {
owner = "jabesq";
repo = "pyatmo";
rev = "v${version}";
sha256 = "sha256-Iscnv3hfYa8QFiXMUN334Muo0oGqnnK11RPNxQJggG0=";
sha256 = "sha256-VBc2avJiIFQW1LYXQEvIZ/wZKMFJsCF9DDrxwL8dDnk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@@ -54,7 +55,9 @@ buildPythonPackage rec {
--replace "requests~=2.24" "requests"
'';
pythonImportsCheck = [ "pyatmo" ];
pythonImportsCheck = [
"pyatmo"
];
meta = with lib; {
description = "Simple API to access Netatmo weather station data";