Merge pull request #134665 from r-ryantm/auto-update/python3.8-holoviews

This commit is contained in:
Sandro 2021-08-26 22:09:10 +02:00 committed by GitHub
commit 4d509b12c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "holoviews";
version = "1.14.4";
version = "1.14.5";
src = fetchPypi {
inherit pname version;
sha256 = "08e8be82c2e514e1700a75f02307f414179dc0ecfa2202702dd304a381909eaa";
sha256 = "268e07c09012d24233d8957f0207b9aec33000b639e661ca50e68458d735e6be";
};
propagatedBuildInputs = [
@ -40,6 +40,8 @@ buildPythonPackage rec {
# tests not fully included with pypi release
doCheck = false;
pythonImportsCheck = [ "holoviews" ];
meta = with lib; {
description = "Python data analysis and visualization seamless and simple";
homepage = "http://www.holoviews.org/";