Merge pull request #212161 from fabaff/pytibber-bump

python310Packages.pytibber: 0.26.9 -> 0.26.11
This commit is contained in:
Martin Weinelt 2023-01-22 23:50:43 +00:00 committed by GitHub
commit bf1151f427
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pytibber";
version = "0.26.9";
version = "0.26.11";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pyTibber";
rev = "refs/tags/${version}";
hash = "sha256-Gq1UPiNjNT6eoOqitY+HOg56ouCzPtz+8xaXHMwuZf8=";
hash = "sha256-FVbp7FYTzoNuwROdvKGzSnVN5nAp1hboyzNMhAu6YDY=";
};
propagatedBuildInputs = [