python3Packages.pystiebeleltron: 0.3.0 -> 0.3.2

This commit is contained in:
R. Ryantm
2026-06-27 09:43:52 +00:00
parent a1e44e83e2
commit ec9a8c4565
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pystiebeleltron";
version = "0.3.0";
version = "0.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "ThyMYthOS";
repo = "python-stiebel-eltron";
tag = "v${version}";
hash = "sha256-lzOZQnBoERoXke61raMMZiy/ThIrycNinsIZiL3jNHE=";
hash = "sha256-ApFhqJsYC/Kym1ITq5dn0/OQ6++led6RbG97DGvno0k=";
};
build-system = [ hatchling ];