summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-12-24 11:56:00 +0000
committerGitHub <noreply@github.com>2022-12-24 11:56:00 +0000
commit17bd7bf0bfb411d5e06ac7b84f5add0215b1af2c (patch)
tree332fc41edb607f500568371a77dd6963d2170782
parent236fc621d2a6dffed62b0dc8482b52d0d4156e1b (diff)
parent260d40e72eca02ea07e469d21733e289885bd9bb (diff)
Merge pull request #207516 from r-ryantm/auto-update/streamlit
streamlit: 1.15.0 -> 1.16.0
-rwxr-xr-xpkgs/applications/science/machine-learning/streamlit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/machine-learning/streamlit/default.nix b/pkgs/applications/science/machine-learning/streamlit/default.nix
index 189c4cf97d3b..9479011d5f14 100755
--- a/pkgs/applications/science/machine-learning/streamlit/default.nix
+++ b/pkgs/applications/science/machine-learning/streamlit/default.nix
@@ -26,12 +26,12 @@
buildPythonApplication rec {
pname = "streamlit";
- version = "1.15.0";
+ version = "1.16.0";
format = "wheel"; # source currently requires pipenv
src = fetchPypi {
inherit pname version format;
- hash = "sha256-QtBr3INWBwCBab+FzmvzrjGjwVVHC8NCET9wtRVeVbc=";
+ hash = "sha256-TBNWIe3m646dbnOMxUltkNZr23g0Dqsestvxl4zHr4A=";
};
propagatedBuildInputs = [