about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-15 09:00:23 -0400
committerGitHub <noreply@github.com>2024-06-15 09:00:23 -0400
commit3c8c985689584617542e9d0df4269e67a52a9530 (patch)
tree12beea3ca4ca5e6fdb0454f5bb05afb334c3bb4a /pkgs/development
parentad0bfd2a7915347a332a2669b3feeb8cf89ed072 (diff)
parent287971c07857ac6831d9b6e0e13e9296454e8dd9 (diff)
Merge pull request #319644 from r-ryantm/auto-update/python311Packages.dash
python311Packages.dash: 2.17.0 -> 2.17.1
Diffstat (limited to 'pkgs/development')
-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 f6e9245d89bb7..125c25d8a6b59 100644
--- a/pkgs/development/python-modules/dash/default.nix
+++ b/pkgs/development/python-modules/dash/default.nix
@@ -37,7 +37,7 @@
 
 buildPythonPackage rec {
   pname = "dash";
-  version = "2.17.0";
+  version = "2.17.1";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -46,7 +46,7 @@ buildPythonPackage rec {
     owner = "plotly";
     repo = "dash";
     rev = "refs/tags/v${version}";
-    hash = "sha256-45nSQ3N7VcPsXthmMj3gMWFPi/i9z0peI1Wc6fUT7So=";
+    hash = "sha256-51/nMnXUhb+hTL4xS9x4urI+2eENo/8sEKtk/kt6xTk=";
   };
 
   nativeBuildInputs = [