From 3b9b6f3487470397f0db9d48c30f3891867e963f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 25 May 2025 19:27:33 -0700 Subject: [PATCH] python3Packages.pytibber: 0.31.2 -> 0.31.4 Diff: https://github.com/Danielhiversen/pyTibber/compare/refs/tags/0.31.2...refs/tags/0.31.4 Changelog: https://github.com/Danielhiversen/pyTibber/releases/tag/0.31.3 --- pkgs/development/python-modules/pytibber/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pytibber/default.nix b/pkgs/development/python-modules/pytibber/default.nix index 398840a3fea2..813b8ff67a6e 100644 --- a/pkgs/development/python-modules/pytibber/default.nix +++ b/pkgs/development/python-modules/pytibber/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pytibber"; - version = "0.31.2"; + version = "0.31.4"; pyproject = true; disabled = pythonOlder "3.11"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pyTibber"; tag = version; - hash = "sha256-/k9XnRgfaE59+Fi/5AhCJt4/jFLdYeDCNaoGCDYGWso="; + hash = "sha256-VaVSFBylLKHmgmjl6riI7d+Ddgg/4F7Caei9xZIDS/Y="; }; build-system = [ setuptools ]; @@ -47,7 +47,7 @@ buildPythonPackage rec { description = "Python library to communicate with Tibber"; homepage = "https://github.com/Danielhiversen/pyTibber"; changelog = "https://github.com/Danielhiversen/pyTibber/releases/tag/${src.tag}"; - license = lib.licenses.mit; + license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ dotlambda ]; }; }