python3Packages.ydata-profiling: 4.8.3 -> 4.9.0 (#339527)

This commit is contained in:
Fabián Heredia Montiel 2024-09-09 00:14:22 -06:00 committed by GitHub
commit f27b719721
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.8.3";
version = "4.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -36,14 +36,18 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "ydataai";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-tMwhoVnn65EvZK5NBvh/G36W8tH7I9qaL+NTK3IZVdI=";
rev = "refs/tags/v${version}";
hash = "sha256-OZCgtnsLXLJ0m1t/mWqQTbFL8DPKaR9Tr7QCGT2HpvE=";
};
preBuild = ''
echo ${version} > VERSION
'';
pythonRelaxDeps = [
"scipy"
];
propagatedBuildInputs = [
dacite
htmlmin