python313Packages.weheat: 2025.3.7 -> 2025.4.29

Diff: https://github.com/wefabricate/wh-python/compare/refs/tags/2025.3.7...refs/tags/2025.4.29

authored by Robert Schütz and committed by Martin Weinelt f4d08a37 20ba9f36

Changed files
+2 -2
pkgs
development
python-modules
weheat
+2 -2
pkgs/development/python-modules/weheat/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "weheat"; 16 - version = "2025.3.7"; 16 + version = "2025.4.29"; 17 17 pyproject = true; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "wefabricate"; 21 21 repo = "wh-python"; 22 22 tag = version; 23 - hash = "sha256-PGGlgzcx/pUyTcsFj73x5LqfcPRCh2VMXNsIJjcpEZE="; 23 + hash = "sha256-z+tRxx+wtEj5cBXBVG1B5SNyvkQk2UwjH7lPgNQQ+ng="; 24 24 }; 25 25 26 26 pythonRelaxDeps = [