Skip to content

Commit 3435f63

Browse files
authored
python312Packages.ydata-profiling: 4.10.0 -> 4.11.0 (#349766)
2 parents 4f520e2 + 191301f commit 3435f63

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/ydata-profiling

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/ydata-profiling/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
buildPythonPackage rec {
3030
pname = "ydata-profiling";
31-
version = "4.10.0";
31+
version = "4.11.0";
3232
pyproject = true;
3333

3434
disabled = pythonOlder "3.7";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
3737
owner = "ydataai";
3838
repo = pname;
3939
rev = "refs/tags/v${version}";
40-
hash = "sha256-uB8E7qp1xohAdcIIt1T2DxwSu93XhJoI8/qn54fSvGY=";
40+
hash = "sha256-3bgFPPGgLCcJfYr9vmwnHFwz3/zybRI8Aiu5VoOPsNA=";
4141
};
4242

4343
preBuild = ''

0 commit comments

Comments
 (0)