python312Packages.ydata-profiling: 4.9.0 -> 4.10.0 (#340946)

This commit is contained in:
Nick Cao 2024-09-10 17:14:07 -04:00 committed by GitHub
commit 16f1acc2f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "ydata-profiling";
version = "4.9.0";
version = "4.10.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "ydataai";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-OZCgtnsLXLJ0m1t/mWqQTbFL8DPKaR9Tr7QCGT2HpvE=";
hash = "sha256-uB8E7qp1xohAdcIIt1T2DxwSu93XhJoI8/qn54fSvGY=";
};
preBuild = ''