python3Packages.scikit-posthocs: 0.12.0 -> 0.13.0 (#520528)

This commit is contained in:
Nick Cao
2026-05-15 21:45:39 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "scikit-posthocs";
version = "0.12.0";
version = "0.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "maximtrp";
repo = "scikit-posthocs";
tag = "v${version}";
hash = "sha256-+W4cqScoM9KN4as83G+9fyJuNzOEcM1VpGWhvn/AdFc=";
hash = "sha256-jdppRvzkW+Y+bHh8yhCjU5VJgjFc9OsEmAzNNFMtr9E=";
};
build-system = [ setuptools ];