Skip to content

Commit

Permalink
python312Packages.ydata-profiling: 4.10.0 -> 4.11.0 (NixOS#349766)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 21, 2024
2 parents 4f520e2 + 191301f commit 3435f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ydata-profiling/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

buildPythonPackage rec {
pname = "ydata-profiling";
version = "4.10.0";
version = "4.11.0";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "ydataai";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-uB8E7qp1xohAdcIIt1T2DxwSu93XhJoI8/qn54fSvGY=";
hash = "sha256-3bgFPPGgLCcJfYr9vmwnHFwz3/zybRI8Aiu5VoOPsNA=";
};

preBuild = ''
Expand Down

0 comments on commit 3435f63

Please sign in to comment.