python313Packages.python-smarttub: 0.0.38 -> 0.0.39

Diff: https://github.com/mdz/python-smarttub/compare/refs/tags/v0.0.38...v0.0.39

Changelog: https://github.com/mdz/python-smarttub/releases/tag/v0.0.39
This commit is contained in:
Fabian Affolter
2025-03-01 10:51:00 +01:00
parent 6d6df8288d
commit 4c2aee8705
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "python-smarttub";
version = "0.0.38";
version = "0.0.39";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "mdz";
repo = "python-smarttub";
tag = "v${version}";
hash = "sha256-ErGBOO5aes4Avmt2M6rkZPmjwsCMZdNnLhMDYhlULzU=";
hash = "sha256-yZrBFUsablu67gfIsWBYc/0k8J5zU1mrWD8kzuNkT+U=";
};
build-system = [ setuptools ];