python310Packages.whirlpool-sixth-sense: 0.18.3 -> 0.18.4

https://github.com/abmantis/whirlpool-sixth-sense/compare/refs/tags/0.18.3...0.18.4
This commit is contained in:
Martin Weinelt
2023-08-02 22:42:46 +02:00
parent b7e281b203
commit 3ee05b8877
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "whirlpool-sixth-sense";
version = "0.18.3";
version = "0.18.4";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "abmantis";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-GvebWPO+jKDJk7yuMgEctlvKLXeo95GlJUSuI+FMCRU=";
hash = "sha256-9dwkylr+aCTGw/VIY90nxq8IkqBASeEfdr5JGz7pZrc=";
};
nativeBuildInputs = [