python3Packages.weheat: 2026.2.28 -> 2026.4.8

Diff: https://github.com/wefabricate/wh-python/compare/2026.2.28...2026.4.8

Changelog: https://github.com/wefabricate/wh-python/releases/tag/2026.4.8
This commit is contained in:
Fabian Affolter
2026-04-09 20:03:54 +02:00
parent 86c2a18d9d
commit c9632a20d7
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "weheat";
version = "2026.2.28";
version = "2026.4.8";
pyproject = true;
src = fetchFromGitHub {
owner = "wefabricate";
repo = "wh-python";
tag = finalAttrs.version;
hash = "sha256-V29B30LztIHFbTRTqppR3kvVNwDoK4BPq5fK1blJUrU=";
hash = "sha256-AJaGedI0ctp0TCgfjB9AkM+VH9zqTqosgWq4nskOMSo=";
};
build-system = [ setuptools ];