about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2020-10-28 15:50:23 +0100
committerGitHub <noreply@github.com>2020-10-28 15:50:23 +0100
commit1d74449db6bf2755b11ee66f5d1509ea26c8e3f3 (patch)
tree71885b5e1c4b9b9e6edc72ad8c7fb9db03a621a7 /pkgs
parent4512dac960f3833cf24cdbd742b63cb447bbdd9a (diff)
parent5a7a1cad43ace8bc7e662feb20bde0dc2b5f5271 (diff)
Merge pull request #101924 from r-ryantm/auto-update/python3.7-holoviews
python37Packages.holoviews: 1.13.4 -> 1.13.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/holoviews/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/holoviews/default.nix b/pkgs/development/python-modules/holoviews/default.nix
index 287216cc949a7..4d9da17bd3a97 100644
--- a/pkgs/development/python-modules/holoviews/default.nix
+++ b/pkgs/development/python-modules/holoviews/default.nix
@@ -15,11 +15,11 @@
 
 buildPythonPackage rec {
   pname = "holoviews";
-  version = "1.13.4";
+  version = "1.13.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "34dc09dfb557f79515a011a72b343daf31b5e5d67403a008dded59bab658267c";
+    sha256 = "3f8a00ce1cc67a388a3a949441accd7e7e9ca9960ba16b49ee96a50305105a01";
   };
 
   propagatedBuildInputs = [