python310Packages.holoviews: 1.17.0 -> 1.17.1

This commit is contained in:
R. Ryantm 2023-08-20 10:15:35 +00:00
parent e7eb1f799c
commit 2b3958d7bd

View file

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