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

python310Packages.hvplot: 0.9.0 -> 0.9.1
This commit is contained in:
Mario Rodas 2023-12-28 10:38:13 -05:00 committed by GitHub
commit 8102b63c65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "hvplot";
version = "0.9.0";
version = "0.9.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-BkxnV90QxJjQYqN0DdjGbjPmNDaDN9hUBjO7nQte7eg=";
hash = "sha256-KB0YmiEtJkGT9446k079oWqTwBZMSFTakzW0LuBlazo=";
};
propagatedBuildInputs = [