nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

+2 -2
+2 -2
pkgs/development/python-modules/python-smarttub/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "python-smarttub"; 18 - version = "0.0.38"; 18 + version = "0.0.39"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.8"; ··· 24 24 owner = "mdz"; 25 25 repo = "python-smarttub"; 26 26 tag = "v${version}"; 27 - hash = "sha256-ErGBOO5aes4Avmt2M6rkZPmjwsCMZdNnLhMDYhlULzU="; 27 + hash = "sha256-yZrBFUsablu67gfIsWBYc/0k8J5zU1mrWD8kzuNkT+U="; 28 28 }; 29 29 30 30 build-system = [ setuptools ];