python312Packages.hvplot: 0.11.1 -> 0.11.2

This commit is contained in:
R. Ryantm
2024-12-26 14:07:40 +00:00
parent 9ceb1173fb
commit 7384dfd89a
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "hvplot";
version = "0.11.1";
version = "0.11.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-mJ7QOJGJrcR+3NJgHS6rGL82bnSwf14oc+AhMjxKFLs=";
hash = "sha256-t60fLxxwXkfiayLInBFxGoT3d0+qq6t1a0Xo0eAKYBA=";
};
build-system = [