Skip to content

Commit

Permalink
Merge pull request #330092 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.streamlit

python312Packages.streamlit: 1.36.0 -> 1.37.0
  • Loading branch information
natsukium authored Jul 27, 2024
2 parents c6b83ff + 7fcafcf commit d2abfd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/streamlit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit d2abfd8

Please sign in to comment.