Unverified Commit 570a9c68 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #309372 from r-ryantm/auto-update/python311Packages.streamlit

python311Packages.streamlit: 1.33.0 -> 1.34.0
parents c92947a5 87e9db73
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,14 +33,14 @@

buildPythonPackage rec {
  pname = "streamlit";
  version = "1.33.0";
  version = "1.34.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-qNqP9G9blIxW0tx6ynphz42ZX08hdEz4IliudeYwBLo=";
    hash = "sha256-E1o7eaaGsxMrc/IERQrW6IneBPM0nWkpJeCfDiHnS1I=";
  };

  nativeBuildInputs = [