Unverified Commit 40911acf authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python313Packages.whirlpool-sixth-sense: 0.18.12 -> 0.19 (#384896)

parents faeaa979 0e4ab8fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];