python3Packages.waterfurnace: 1.5.1 -> 1.6.2

Diff: https://github.com/sdague/waterfurnace/compare/v1.5.1...v1.6.2

Changelog: https://github.com/sdague/waterfurnace/blob/v1.6.2/HISTORY.rst
This commit is contained in:
Fabian Affolter
2026-03-13 15:31:38 +01:00
parent d68202f306
commit 0ed470c332
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "waterfurnace";
version = "1.5.1";
version = "1.6.2";
pyproject = true;
src = fetchFromGitHub {
owner = "sdague";
repo = "waterfurnace";
tag = "v${finalAttrs.version}";
hash = "sha256-xXtAC099RideDuTvdUUn5wtuagpBMDMvrOMx9+alWhg=";
hash = "sha256-E5GHO4kRfAg+A3FW674i6ekCrpjwYx5rx7xbTZXuT80=";
};
build-system = [ setuptools ];