Merge pull request #172282 from r-ryantm/auto-update/python3.10-hvplot

python310Packages.hvplot: 0.7.3 -> 0.8.0
main
Fabian Affolter 2 years ago committed by GitHub
commit 92a6e9a38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      pkgs/development/python-modules/hvplot/default.nix

@ -5,22 +5,21 @@
, fetchPypi
, holoviews
, pandas
, pythonImportsCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "hvplot";
version = "0.7.3";
version = "0.8.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "74b269c6e118dd6f7d2a4039e91f16a193638f4119b4358dc6dbd58a2e71e432";
sha256 = "sha256-hjDbo0lpsQXiZ8vhQjfi1W2ZacgBmArl5RkLwYsnktY=";
};
nativeBuildInputs = [
pythonImportsCheckHook
];
propagatedBuildInputs = [
bokeh
colorcet

Loading…
Cancel
Save