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>2019-05-12 06:44:39 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-05-12 06:44:39 -0700
commit2d60d9984e887f6e7e44ae5863a8477c3babf39d (patch)
treee598ca3d011595fa430b3d85c2db372eac6654ab /pkgs/development/python-modules/holoviews
parenta80982b4c9e5dc9a34973638d62b0c748bef4eec (diff)
python37Packages.holoviews: 1.11.3 -> 1.12.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-holoviews/versions
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 1de465cfec098..405b66ce724b2 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.11.3";
+  version = "1.12.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "cb03053bfcb96ccef181405b6d3482a5b868f0c7fbaa68b52d25e0071dafd1bc";
+    sha256 = "0i4lfnajz685hlp9m0bjn7s279bv6mm5118b1qmldzqdnvw4s032";
   };
 
   propagatedBuildInputs = [