about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hvplot
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-29 15:04:30 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:13 +0100
commit98f20d55fa3ce4c2f79c99313e9623738f2a408c (patch)
treec113b5fc95f72892989dfd462375b2c39c612de2 /pkgs/development/python-modules/hvplot
parent22d763ea59ad58a01619f70adcb2335446fd8862 (diff)
python3Packages.hvplot: 0.6.0 -> 0.7.0
Diffstat (limited to 'pkgs/development/python-modules/hvplot')
-rw-r--r--pkgs/development/python-modules/hvplot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hvplot/default.nix b/pkgs/development/python-modules/hvplot/default.nix
index d787b61133559..aaad8f2b1dec4 100644
--- a/pkgs/development/python-modules/hvplot/default.nix
+++ b/pkgs/development/python-modules/hvplot/default.nix
@@ -18,11 +18,11 @@
 
 buildPythonPackage rec {
   pname = "hvplot";
-  version = "0.6.0";
+  version = "0.7.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "8fcf2f251bd9d4b0390d9c272c992aa75e11174829e416a22de8fba38acc1ce9";
+    sha256 = "1c709bebb737ebd71a0433f2333ed15f03dd3c431d4646c41c2b9fcbae4a29b7";
   };
 
   nativeBuildInputs = [