diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2022-03-19 10:20:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-19 10:20:07 +0100 |
| commit | bf623cd656d14830bca7b62be3668aa021c991b6 (patch) | |
| tree | 8bbf060ce44e246325d132bf3e60e1f6484e74b4 /pkgs/development/python-modules | |
| parent | 635e1c77dab2a8ecb5a7da60c61af1445fe43218 (diff) | |
| parent | a65d05e126735f1d4cc35fd9aa20e1dedd0f1ca9 (diff) | |
Merge pull request #164828 from r-ryantm/auto-update/python3.10-python-smarttub
python310Packages.python-smarttub: 0.0.29 -> 0.0.30
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/python-smarttub/default.nix | 4 |
1 files 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 4f484a845402..b41ddf01a8e9 100644 --- a/pkgs/development/python-modules/python-smarttub/default.nix +++ b/pkgs/development/python-modules/python-smarttub/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "python-smarttub"; - version = "0.0.29"; + version = "0.0.30"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "mdz"; repo = pname; rev = "v${version}"; - sha256 = "sha256-utUpNuemyS8XEVhfhLgOwTRkPFqCBXyK1s1LWemywmU="; + sha256 = "sha256-PzmE0j/sas1Dc/U022dS3krROm292xJlL37+EWPEs+g="; }; propagatedBuildInputs = [ |
