python3Packages.ydata-profiling: 4.17.0 -> 4.18.0

This commit is contained in:
R. Ryantm
2025-11-27 06:28:00 +00:00
parent fb451ae670
commit 5c15981048
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "ydata-profiling";
version = "4.17.0";
version = "4.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ydataai";
repo = "ydata-profiling";
tag = "v${version}";
hash = "sha256-5CGFchkXyhALiWRTNEvWsfU+hMXeL/geNO/5i5ZKcmg=";
hash = "sha256-fzHKIojgFlyYH27z0NwCkf0nIkoIyGj5IoKIdy82Da4=";
};
postPatch = ''