python313Packages.whirlpool-sixth-sense: 0.21.1 -> 0.21.3

Diff: https://github.com/abmantis/whirlpool-sixth-sense/compare/0.21.1...0.21.3

Changed files
+2 -2
pkgs
development
python-modules
whirlpool-sixth-sense
+2 -2
pkgs/development/python-modules/whirlpool-sixth-sense/default.nix
···
buildPythonPackage rec {
pname = "whirlpool-sixth-sense";
-
version = "0.21.1";
+
version = "0.21.3";
pyproject = true;
disabled = pythonOlder "3.11";
···
owner = "abmantis";
repo = "whirlpool-sixth-sense";
tag = version;
-
hash = "sha256-uhqDm6BOUX6Ov4580EmBOD4si9BsMvnsvEmA/DbKE7M=";
+
hash = "sha256-ZZrLqHn/O+Z2XtiCIco5PMEprbi9XeJOBXcEdjTDPDc=";
};
build-system = [ setuptools ];