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

python310Packages.holoviews: 1.15.0 -> 1.15.1

authored by Fabian Affolter and committed by GitHub dff1923d 2fd30414

+2 -2
+2 -2
pkgs/development/python-modules/holoviews/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "holoviews"; 20 - version = "1.15.0"; 20 + version = "1.15.1"; 21 21 format = "setuptools"; 22 22 23 23 disabled = pythonOlder "3.7"; 24 24 25 25 src = fetchPypi { 26 26 inherit pname version; 27 - hash = "sha256-MS5g0kQGw6euxGJhg2s426JYXjZrzLReR0eVBIBetbo="; 27 + hash = "sha256-bQpOXKK/piX1+243BS8BCEX/0FEl5YnOvegvAR53az4="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [