From 4c2aee8705c77a7425f28eab101150f9a88d0da8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Mar 2025 10:51:00 +0100 Subject: [PATCH] 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 --- pkgs/development/python-modules/python-smarttub/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-smarttub/default.nix b/pkgs/development/python-modules/python-smarttub/default.nix index 9dc2e362fd10..57dd3f42aa98 100644 --- a/pkgs/development/python-modules/python-smarttub/default.nix +++ b/pkgs/development/python-modules/python-smarttub/default.nix @@ -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 ];