summary refs log tree commit diff
path: root/pkgs/development/python-modules/dash
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-08-14 05:07:45 +0300
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-08-17 11:56:50 -0700
commit63706f6feec371aed1047ad738fcbb573e72cf0a (patch)
treedd0aa64d14c4f1ae398112566922e8cda26fe35b /pkgs/development/python-modules/dash
parentd014662e6b441c1d59669d6c8a1a58a40bf161f4 (diff)
downloadnixpkgs-63706f6feec371aed1047ad738fcbb573e72cf0a.tar
nixpkgs-63706f6feec371aed1047ad738fcbb573e72cf0a.tar.gz
nixpkgs-63706f6feec371aed1047ad738fcbb573e72cf0a.tar.bz2
nixpkgs-63706f6feec371aed1047ad738fcbb573e72cf0a.tar.lz
nixpkgs-63706f6feec371aed1047ad738fcbb573e72cf0a.tar.xz
nixpkgs-63706f6feec371aed1047ad738fcbb573e72cf0a.tar.zst
nixpkgs-63706f6feec371aed1047ad738fcbb573e72cf0a.zip
python3Packages.dash: 1.20.0 -> 1.21.0
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 c9b259b0732..807a08de67e 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.20.0";
+  version = "1.21.0";
 
   src = fetchFromGitHub {
     owner = "plotly";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1205xwi0w33g3c8gcba50fjj38dzgn7nhfk5w186kd6dwmvz02yg";
+    sha256 = "sha256-X2yRlW6aXgRgKgRxLNBUHjkjMaw7K4iydzpWLBNt+Y8=";
   };
 
   propagatedBuildInputs = [