python310Packages.holoviews: 1.15.0 -> 1.15.1

This commit is contained in:
R. Ryantm 2022-10-05 18:10:37 +00:00
parent a2c917865f
commit ecd48a2b97

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "holoviews";
version = "1.15.0";
version = "1.15.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-MS5g0kQGw6euxGJhg2s426JYXjZrzLReR0eVBIBetbo=";
hash = "sha256-bQpOXKK/piX1+243BS8BCEX/0FEl5YnOvegvAR53az4=";
};
propagatedBuildInputs = [