Loading pkgs/development/python-modules/weheat/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -11,16 +11,16 @@ urllib3, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "weheat"; version = "2026.1.25"; version = "2026.2.28"; pyproject = true; src = fetchFromGitHub { owner = "wefabricate"; repo = "wh-python"; tag = version; hash = "sha256-8gpRK7vQojOskF0n8iY/UzfCfNPQZ5eVhw2H7vZvgps="; tag = finalAttrs.version; hash = "sha256-V29B30LztIHFbTRTqppR3kvVNwDoK4BPq5fK1blJUrU="; }; build-system = [ setuptools ]; Loading @@ -42,8 +42,8 @@ buildPythonPackage rec { meta = { description = "Library to interact with the weheat API"; homepage = "https://github.com/wefabricate/wh-python"; changelog = "https://github.com/wefabricate/wh-python/releases/tag/${src.tag}"; changelog = "https://github.com/wefabricate/wh-python/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/weheat/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -11,16 +11,16 @@ urllib3, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "weheat"; version = "2026.1.25"; version = "2026.2.28"; pyproject = true; src = fetchFromGitHub { owner = "wefabricate"; repo = "wh-python"; tag = version; hash = "sha256-8gpRK7vQojOskF0n8iY/UzfCfNPQZ5eVhw2H7vZvgps="; tag = finalAttrs.version; hash = "sha256-V29B30LztIHFbTRTqppR3kvVNwDoK4BPq5fK1blJUrU="; }; build-system = [ setuptools ]; Loading @@ -42,8 +42,8 @@ buildPythonPackage rec { meta = { description = "Library to interact with the weheat API"; homepage = "https://github.com/wefabricate/wh-python"; changelog = "https://github.com/wefabricate/wh-python/releases/tag/${src.tag}"; changelog = "https://github.com/wefabricate/wh-python/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })