streamlit: 1.28.1 -> 1.28.2

This commit is contained in:
R. Ryantm 2023-11-24 22:17:01 +00:00
parent 33576fdfce
commit 13a4eeb258

View file

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