summary refs log tree commit diff
path: root/pkgs/development/python-modules/dash
diff options
context:
space:
mode:
authorAntoine Roy-Gobeil <antoine@plot.ly>2020-06-23 17:25:28 -0400
committerJon <jonringer@users.noreply.github.com>2020-06-23 16:16:11 -0700
commit10b552532f66d915bb22f56899cde89a28a7c9f3 (patch)
tree6c83ac16f270d7aa0ec1e240778856da441ee763 /pkgs/development/python-modules/dash
parent33d83f127a721243ed32c1353fb23afc57cad7b5 (diff)
downloadnixpkgs-10b552532f66d915bb22f56899cde89a28a7c9f3.tar
nixpkgs-10b552532f66d915bb22f56899cde89a28a7c9f3.tar.gz
nixpkgs-10b552532f66d915bb22f56899cde89a28a7c9f3.tar.bz2
nixpkgs-10b552532f66d915bb22f56899cde89a28a7c9f3.tar.lz
nixpkgs-10b552532f66d915bb22f56899cde89a28a7c9f3.tar.xz
nixpkgs-10b552532f66d915bb22f56899cde89a28a7c9f3.tar.zst
nixpkgs-10b552532f66d915bb22f56899cde89a28a7c9f3.zip
python3Packages.dash: 1.12.0 -> 1.13.3
Diffstat (limited to 'pkgs/development/python-modules/dash')
-rw-r--r--pkgs/development/python-modules/dash/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dash/default.nix b/pkgs/development/python-modules/dash/default.nix
index 4a9a9a60af8..3757ff47408 100644
--- a/pkgs/development/python-modules/dash/default.nix
+++ b/pkgs/development/python-modules/dash/default.nix
@@ -16,13 +16,13 @@
 
 buildPythonPackage rec {
   pname = "dash";
-  version = "1.12.0";
+  version = "1.13.3";
 
   src = fetchFromGitHub {
     owner = "plotly";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0nr5ppjbfmay0d3bah26i4k8xj6xyp24gq0cqlv9lzdrbdd3j9wy";
+    sha256 = "131p725rc731ynksp12h9j1faq3vl51d5p64ln22r7zx4pvahss5";
   };
 
   propagatedBuildInputs = [