python310Packages.holoviews: 1.14.9 -> 1.15.0

This commit is contained in:
R. Ryantm 2022-07-09 16:03:18 +00:00 committed by Jonathan Ringer
parent 4117d2e1f8
commit cbad871ace

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "holoviews";
version = "1.14.9";
version = "1.15.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-mRI5CqJ58/vb5N81UYsS6Hy+zNeRXnIZEd7lVW22MGo=";
hash = "sha256-MS5g0kQGw6euxGJhg2s426JYXjZrzLReR0eVBIBetbo=";
};
propagatedBuildInputs = [