summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2025-02-01 10:54:32 +0100
committerGitHub <noreply@github.com>2025-02-01 10:54:32 +0100
commitfd014a67e5b2fa2a32183ae3b08db20ca4e4462f (patch)
tree82c4f97f4b33c3ef60c8f7e248f799566a0a8f7f
parentpython312Packages.pyswitchbot: 0.55.4 -> 0.56.0 (#378478) (diff)
parentpython313Packages.whirlpool-sixth-sense: 0.18.11 -> 0.18.12 (diff)
downloadnixpkgs-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.nix4
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 ];