python3Packages.ydata-profiling: 4.18.0 -> 4.18.1
https://github.com/ydataai/ydata-profiling/releases/tag/v4.18.1 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -31,14 +31,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ydata-profiling";
|
||||
version = "4.18.0";
|
||||
version = "4.18.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ydataai";
|
||||
repo = "ydata-profiling";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-fzHKIojgFlyYH27z0NwCkf0nIkoIyGj5IoKIdy82Da4=";
|
||||
hash = "sha256-CNeHsOpFkKvcCWGEholabcsqXJzINUUxFZ7I5bPBoYM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -119,7 +119,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Create HTML profiling reports from Pandas DataFrames";
|
||||
homepage = "https://ydata-profiling.ydata.ai";
|
||||
changelog = "https://github.com/ydataai/ydata-profiling/releases/tag/v${version}";
|
||||
changelog = "https://github.com/ydataai/ydata-profiling/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ bcdarwin ];
|
||||
mainProgram = "ydata_profiling";
|
||||
|
||||
Reference in New Issue
Block a user