Commit ad06bb0e authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.scikit-posthocs: 0.11.4 -> 0.12.0

parent b58b6cc8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "scikit-posthocs";
  version = "0.11.4";
  version = "0.12.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "maximtrp";
    repo = "scikit-posthocs";
    tag = "v${version}";
    hash = "sha256-W1jm9mKJCwTPihZhtuCIM3HILT/nXLXbTjR+E2nwsug=";
    hash = "sha256-+W4cqScoM9KN4as83G+9fyJuNzOEcM1VpGWhvn/AdFc=";
  };

  build-system = [ setuptools ];