Merge pull request #322369 from r-ryantm/auto-update/python311Packages.pytibber

python311Packages.pytibber: 0.29.1 -> 0.29.3
This commit is contained in:
Robert Schütz 2024-06-25 05:41:05 -07:00 committed by GitHub
commit 6038b015e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pytibber";
version = "0.29.1";
version = "0.29.3";
pyproject = true;
disabled = pythonOlder "3.11";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pyTibber";
rev = "refs/tags/${version}";
hash = "sha256-fKeNQifSCxsqR2mhK2w5kG669byYNNLkfxAYTUtfWE0=";
hash = "sha256-Ocs3iwr4AwV6SxjZ4ylJYHy+/Jnt4bYeeMKJ6VVLWJA=";
};
build-system = [ setuptools ];