about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-25 10:25:25 +0900
committerGitHub <noreply@github.com>2023-11-25 10:25:25 +0900
commit5542f1770eb4d7023ee4749f6d0ab51d8eba7725 (patch)
tree8b4f9a6224311d0b41f979daaa6d7fb214d25939 /pkgs
parent78bbb5becb84c1f3adabce6c4bed5d6e7c72a476 (diff)
parent13a4eeb25851cb13b6c72951f1c0b77635f6b275 (diff)
Merge pull request #269728 from r-ryantm/auto-update/streamlit
streamlit: 1.28.1 -> 1.28.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/streamlit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/streamlit/default.nix b/pkgs/development/python-modules/streamlit/default.nix
index 9b05380d423e3..73c36577413ab 100644
--- a/pkgs/development/python-modules/streamlit/default.nix
+++ b/pkgs/development/python-modules/streamlit/default.nix
@@ -32,14 +32,14 @@
 
 buildPythonPackage rec {
   pname = "streamlit";
-  version = "1.28.1";
+  version = "1.28.2";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-zKBPbZWxS3vDfwyrrydQS4ava04a+Y1zrMgOzc+8xJI=";
+    hash = "sha256-wUQWiIG/e9bWAXqb/eWFtS0gCHsQstXIXTdu9tUqqO4=";
   };
 
   nativeBuildInputs = [