about summary refs log tree commit diff
path: root/pkgs/development/python-modules/holoviews
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-18 15:16:15 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-18 15:16:15 +0000
commitc9be54ba97fc9bab0dd761211bf99d4b83fdb092 (patch)
treea66267ed095f89eb870abd1334be894818359e4d /pkgs/development/python-modules/holoviews
parent0944088287d870c329cedebc9e798027aa731564 (diff)
python38Packages.holoviews: 1.14.4 -> 1.14.5
Diffstat (limited to 'pkgs/development/python-modules/holoviews')
-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 0cf33a8f58042..e83bb4157ff85 100644
--- a/pkgs/development/python-modules/holoviews/default.nix
+++ b/pkgs/development/python-modules/holoviews/default.nix
@@ -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 = [