python310Packages.hvplot: 0.7.3 -> 0.8.0

This commit is contained in:
R. Ryantm
2022-05-10 05:08:56 +00:00
parent 5a68a4274d
commit fc9d5ea630
@@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "hvplot";
version = "0.7.3";
version = "0.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "74b269c6e118dd6f7d2a4039e91f16a193638f4119b4358dc6dbd58a2e71e432";
sha256 = "sha256-hjDbo0lpsQXiZ8vhQjfi1W2ZacgBmArl5RkLwYsnktY=";
};
nativeBuildInputs = [