Merge pull request #203188 from r-ryantm/auto-update/python310Packages.hvplot

python310Packages.hvplot: 0.8.1 -> 0.8.2

authored by Fabian Affolter and committed by GitHub 79f71d82 1982639f

+3 -2
+3 -2
pkgs/development/python-modules/hvplot/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "hvplot"; 13 - version = "0.8.1"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.6"; 17 18 src = fetchPypi { 19 inherit pname version; 20 - sha256 = "sha256-U93+BnQ8TVkk+x5ZdlW/oU6A/q9XpDi/0oRC02rHwrY="; 21 }; 22 23 propagatedBuildInputs = [ ··· 37 meta = with lib; { 38 description = "A high-level plotting API for the PyData ecosystem built on HoloViews"; 39 homepage = "https://hvplot.pyviz.org"; 40 license = licenses.bsd3; 41 maintainers = with maintainers; [ costrouc ]; 42 };
··· 10 11 buildPythonPackage rec { 12 pname = "hvplot"; 13 + version = "0.8.2"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.6"; 17 18 src = fetchPypi { 19 inherit pname version; 20 + hash = "sha256-/q2zlawBoL5fyJFVRSRGwrnEEqmdY+rAKQgxOBY9XBs="; 21 }; 22 23 propagatedBuildInputs = [ ··· 37 meta = with lib; { 38 description = "A high-level plotting API for the PyData ecosystem built on HoloViews"; 39 homepage = "https://hvplot.pyviz.org"; 40 + changelog = "https://github.com/holoviz/hvplot/releases/tag/v${version}"; 41 license = licenses.bsd3; 42 maintainers = with maintainers; [ costrouc ]; 43 };