nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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.

+3 -3
+3 -3
pkgs/development/python-modules/ydata-profiling/default.nix
··· 31 31 32 32 buildPythonPackage rec { 33 33 pname = "ydata-profiling"; 34 - version = "4.18.0"; 34 + version = "4.18.1"; 35 35 pyproject = true; 36 36 37 37 src = fetchFromGitHub { 38 38 owner = "ydataai"; 39 39 repo = "ydata-profiling"; 40 40 tag = "v${version}"; 41 - hash = "sha256-fzHKIojgFlyYH27z0NwCkf0nIkoIyGj5IoKIdy82Da4="; 41 + hash = "sha256-CNeHsOpFkKvcCWGEholabcsqXJzINUUxFZ7I5bPBoYM="; 42 42 }; 43 43 44 44 postPatch = '' ··· 119 119 meta = { 120 120 description = "Create HTML profiling reports from Pandas DataFrames"; 121 121 homepage = "https://ydata-profiling.ydata.ai"; 122 - changelog = "https://github.com/ydataai/ydata-profiling/releases/tag/v${version}"; 122 + changelog = "https://github.com/ydataai/ydata-profiling/releases/tag/${src.tag}"; 123 123 license = lib.licenses.mit; 124 124 maintainers = with lib.maintainers; [ bcdarwin ]; 125 125 mainProgram = "ydata_profiling";