Skip to content

Commit 23ef613

Browse files
authored
python312Packages.hvplot: 0.11.1 -> 0.11.2 (#368347)
2 parents a731829 + 7384dfd commit 23ef613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/hvplot/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727

2828
buildPythonPackage rec {
2929
pname = "hvplot";
30-
version = "0.11.1";
30+
version = "0.11.2";
3131
pyproject = true;
3232

3333
disabled = pythonOlder "3.9";
3434

3535
src = fetchPypi {
3636
inherit pname version;
37-
hash = "sha256-mJ7QOJGJrcR+3NJgHS6rGL82bnSwf14oc+AhMjxKFLs=";
37+
hash = "sha256-t60fLxxwXkfiayLInBFxGoT3d0+qq6t1a0Xo0eAKYBA=";
3838
};
3939

4040
build-system = [

0 commit comments

Comments
 (0)