Merge pull request #261981 from r-ryantm/auto-update/python311Packages.hvplot

python311Packages.hvplot: 0.8.4 -> 0.9.0

authored by

Fabian Affolter and committed by
GitHub
f8826b4d f82675c7

+2 -2
+2 -2
pkgs/development/python-modules/hvplot/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "hvplot"; 13 - version = "0.8.4"; 13 + version = "0.9.0"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.6"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - hash = "sha256-7/X9qXExNKwN89JkihGJfuQKCbGiVhrTMBiALhi4fCI="; 20 + hash = "sha256-BkxnV90QxJjQYqN0DdjGbjPmNDaDN9hUBjO7nQte7eg="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [