Merge pull request #330092 from r-ryantm/auto-update/python312Packages.streamlit

python312Packages.streamlit: 1.36.0 -> 1.37.0
This commit is contained in:
OTABI Tomoya 2024-07-27 10:32:11 +09:00 committed by GitHub
commit d2abfd872c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,14 +33,14 @@
buildPythonPackage rec {
pname = "streamlit";
version = "1.36.0";
version = "1.37.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-oSr58Othq1gy9DgzYlex7CDrKdjg4Ma0CnkRa6k5vJw=";
hash = "sha256-Rj73KLoh504FEi43BOivZEp727WCLigbja9KCkh2GHk=";
};
nativeBuildInputs = [