diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2025-02-01 10:54:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-01 10:54:32 +0100 |
| commit | fd014a67e5b2fa2a32183ae3b08db20ca4e4462f (patch) | |
| tree | 82c4f97f4b33c3ef60c8f7e248f799566a0a8f7f | |
| parent | python312Packages.pyswitchbot: 0.55.4 -> 0.56.0 (#378478) (diff) | |
| parent | python313Packages.whirlpool-sixth-sense: 0.18.11 -> 0.18.12 (diff) | |
| download | nixpkgs-fd014a67e5b2fa2a32183ae3b08db20ca4e4462f.tar.gz | |
python313Packages.whirlpool-sixth-sense: 0.18.11 -> 0.18.12 (#378474)
| -rw-r--r-- | pkgs/development/python-modules/whirlpool-sixth-sense/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix b/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix index a9dbccf3140c..a4f645135b12 100644 --- a/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix +++ b/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "whirlpool-sixth-sense"; - version = "0.18.11"; + version = "0.18.12"; pyproject = true; disabled = pythonOlder "3.11"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "abmantis"; repo = "whirlpool-sixth-sense"; tag = version; - hash = "sha256-dXLMyvNmVrc5kCozBwAIM5DKqjdiiqwwNLkhMGnH0fA="; + hash = "sha256-KfWMHMudUClt4xc2QZgrYP0/7boWKLDDNUhmhk0w2aA="; }; build-system = [ setuptools ]; |
