python3Packages.pytibber: 0.37.5 -> 0.37.6

This commit is contained in:
R. Ryantm
2026-05-15 15:34:55 +00:00
parent 9b7a014c90
commit fe5f89d835
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "pytibber";
version = "0.37.5";
version = "0.37.6";
pyproject = true;
src = fetchFromGitHub {
owner = "Danielhiversen";
repo = "pyTibber";
tag = finalAttrs.version;
hash = "sha256-6b4f2IR/jkIwhdlrG8HZjIktmKLFs6iB6RZbQAOo7Yc=";
hash = "sha256-pyU8ju1T+AI4UvWq4/gtS8wV0a/cZfoRzlWpoK9eTtM=";
};
build-system = [ setuptools ];