python3Packages.python-smarttub: 0.0.46 -> 0.0.47

https://github.com/mdz/python-smarttub/releases/tag/v0.0.47
This commit is contained in:
Martin Weinelt
2026-02-07 00:05:30 +01:00
parent 3bc02d4c1a
commit 2da47bebaa
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "python-smarttub";
version = "0.0.46";
version = "0.0.47";
pyproject = true;
src = fetchFromGitHub {
owner = "mdz";
repo = "python-smarttub";
tag = "v${version}";
hash = "sha256-Hx5WVQWB5zk22jExFeka3fzfexBFC/ZWjM7S5WWxxXU=";
hash = "sha256-jKNXViqyRFPeHmoUGL9BGUUcVTQ1w3uJy7J8OlFikPw=";
};
build-system = [