python313Packages.whirlpool-sixth-sense: 0.18.12 -> 0.19

Diff: https://github.com/abmantis/whirlpool-sixth-sense/compare/refs/tags/0.18.12...0.19
This commit is contained in:
Fabian Affolter
2025-02-25 00:15:35 +01:00
parent 0ecb2390a2
commit 0e4ab8fd52

View File

@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "whirlpool-sixth-sense";
version = "0.18.12";
version = "0.19";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "abmantis";
repo = "whirlpool-sixth-sense";
tag = version;
hash = "sha256-KfWMHMudUClt4xc2QZgrYP0/7boWKLDDNUhmhk0w2aA=";
hash = "sha256-yxvlW+bKmZdCwcm4CkJVCzBEcQ8NXaGDfS8S6mCvmEw=";
};
build-system = [ setuptools ];