summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2025-02-01 09:22:45 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2025-02-01 09:22:45 +0100
commite4e6bb82d981f0d4d541909bccfc03ccc175944f (patch)
tree4aad179a54f671c25072157684d804e1396d0977
parentproton-pass: 1.27.2 -> 1.29.0 (#378370) (diff)
downloadnixpkgs-e4e6bb82d981f0d4d541909bccfc03ccc175944f.tar.gz
python313Packages.whirlpool-sixth-sense: 0.18.11 -> 0.18.12
Diff: https://github.com/abmantis/whirlpool-sixth-sense/compare/refs/tags/0.18.11...0.18.12
-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 ];