python3Packages.heatzypy: 2.5.9 -> 2.6.1

Diff: https://github.com/Cyr-ius/heatzypy/compare/2.5.9...2.6.1

Changelog: https://github.com/cyr-ius/heatzypy/releases/tag/2.6.1
This commit is contained in:
Fabian Affolter
2026-09-13 08:48:09 +02:00
parent f75a30ac5f
commit 4b669c6a64

View File

@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "heatzypy";
version = "2.5.9";
version = "2.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Cyr-ius";
repo = "heatzypy";
tag = finalAttrs.version;
hash = "sha256-6vdzxQGNQSMCFYA/nQ2T72RUWmBRvb9v0YcxVbjtG94=";
hash = "sha256-7hoei8uFDmSeqKSBmhmVoF5lZNuDkNqSFT+YjKPnJlk=";
};
build-system = [