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-12-17 02:19:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-17 02:19:16 +0000
commit17c78fccd63ba0afb19687974f3cd3bc9d456c79 (patch)
treef1d5e6e9c71f92a8f9f93a62e2f4cefeefceabe3 /pkgs/development/python-modules/holoviews
parent66246ca3561fbee0c3f28e8adcef8aa79a7d6399 (diff)
python38Packages.holoviews: 1.14.6 -> 1.14.7
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 e68499940ae6f..89d86ee4eb43f 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.6";
+  version = "1.14.7";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "3a25c4fe3195fdc4639461abbfa5a8bebce8ab737674b6673da2236a901cfefd";
+    sha256 = "8d8d171227e9c9eaadd4b037b3ddaa01055a33bacbdbeb57a5efbd273986665f";
   };
 
   propagatedBuildInputs = [