python312Packages.scikit-posthocs: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm
2024-12-12 17:39:41 +00:00
parent 52a2613850
commit 2d5d3e57bc
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "scikit-posthocs";
version = "0.11.0";
version = "0.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "maximtrp";
repo = "scikit-posthocs";
rev = "refs/tags/v${version}";
hash = "sha256-KrQqd3zChw9sxjbrTrxXInXAJLyXwPkhbPa9One6I+g=";
tag = "v${version}";
hash = "sha256-RPTWbhaDMdPiIQ6TLeWwZKYI9m23dEXu9iqBLYIEVN4=";
};
build-system = [ setuptools ];