Unverified Commit 5542f177 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #269728 from r-ryantm/auto-update/streamlit

streamlit: 1.28.1 -> 1.28.2
parents 78bbb5be 13a4eeb2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@

buildPythonPackage rec {
  pname = "streamlit";
  version = "1.28.1";
  version = "1.28.2";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-zKBPbZWxS3vDfwyrrydQS4ava04a+Y1zrMgOzc+8xJI=";
    hash = "sha256-wUQWiIG/e9bWAXqb/eWFtS0gCHsQstXIXTdu9tUqqO4=";
  };

  nativeBuildInputs = [