python312Packages.streamlit: 1.36.0 -> 1.37.0

This commit is contained in:
R. Ryantm 2024-07-26 06:51:41 +00:00
parent 3099ccf78e
commit 7fcafcff50

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 = [