summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntoine Roy-Gobeil <antoine@plot.ly>2020-05-14 11:08:00 -0400
committerJon <jonringer@users.noreply.github.com>2020-05-14 11:08:06 -0700
commit4bdb7d2ab6f68dbba83e532eee7693c5ccf44e20 (patch)
treee599cbd0da2273a30b7c8f833e524014057ae827
parentd7e620c39652fc33514b27d43d95b15b11877da8 (diff)
downloadnixpkgs-4bdb7d2ab6f68dbba83e532eee7693c5ccf44e20.tar
nixpkgs-4bdb7d2ab6f68dbba83e532eee7693c5ccf44e20.tar.gz
nixpkgs-4bdb7d2ab6f68dbba83e532eee7693c5ccf44e20.tar.bz2
nixpkgs-4bdb7d2ab6f68dbba83e532eee7693c5ccf44e20.tar.lz
nixpkgs-4bdb7d2ab6f68dbba83e532eee7693c5ccf44e20.tar.xz
nixpkgs-4bdb7d2ab6f68dbba83e532eee7693c5ccf44e20.tar.zst
nixpkgs-4bdb7d2ab6f68dbba83e532eee7693c5ccf44e20.zip
pythonPackages.dash-table: 4.6.2 -> 4.7.0
-rw-r--r--pkgs/development/python-modules/dash-table/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dash-table/default.nix b/pkgs/development/python-modules/dash-table/default.nix
index 3ea04666249..9c323c6fa33 100644
--- a/pkgs/development/python-modules/dash-table/default.nix
+++ b/pkgs/development/python-modules/dash-table/default.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "dash_table";
-  version = "4.6.2";
+  version = "4.7.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1hn1yjz5ig2kzkk0wkr75q3l4lrfbnsh0kxzlld9sfn69d1vvsjw";
+    sha256 = "0md7qqjpsarc8ymfccvsqgj6mgq8gxl09im5v5yxhv8hv24yy4jm";
   };
 
   # No tests in archive