python3Packages.phik: 0.12.4 -> 0.12.5

https://github.com/KaveIO/PhiK/blob/v0.12.5/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:17 +02:00
parent f977bbc855
commit 0e00c8dc57
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "phik";
version = "0.12.4";
version = "0.12.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "KaveIO";
repo = "PhiK";
tag = "v${version}";
hash = "sha256-YsH7vVn6gzejunUjUY/RIcvWtaQ/W1gbciJWKi5LDTk=";
hash = "sha256-/Zzin3IHwlFEDQwKjzTwY4ET2r0k3Ne/2lGzXkur9p8=";
};
build-system = [
@@ -67,7 +67,7 @@ buildPythonPackage rec {
Pearsons hypothesis test of independence of two variables.
'';
homepage = "https://phik.readthedocs.io/";
changelog = "https://github.com/KaveIO/PhiK/blob/${version}/CHANGES.rst";
changelog = "https://github.com/KaveIO/PhiK/blob/${src.tag}/CHANGES.rst";
license = licenses.asl20;
maintainers = with maintainers; [ melsigl ];
};