Merge pull request #265839 from r-ryantm/auto-update/python310Packages.holoviews

python310Packages.holoviews: 1.17.1 -> 1.18.0
This commit is contained in:
OTABI Tomoya 2023-11-08 00:43:26 +09:00 committed by GitHub
commit c1c67eb0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "holoviews";
version = "1.17.1";
version = "1.18.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-yjDGYVCLIunowRnbw+Sl2FGYe0PDBWXbGAspHY/XcKQ=";
hash = "sha256-urcpYat6GHlNsmk1HZBVI/Kq3K1ZOzIVEpJ86T3J35E=";
};
propagatedBuildInputs = [