3
0
Fork 0
forked from mirrors/nixpkgs

streamlit: 1.12.2 -> 1.13.0

This commit is contained in:
R. Ryantm 2022-09-22 21:47:16 +00:00
parent a22f734533
commit 7ea88902ae

View file

@ -30,12 +30,12 @@
buildPythonApplication rec {
pname = "streamlit";
version = "1.12.2";
version = "1.13.0";
format = "wheel"; # source currently requires pipenv
src = fetchPypi {
inherit pname version format;
hash = "sha256-xW0Hdf6zkRb/kKiwHuFb4nIS7lCruIlDYHIF0m0dmSM=";
hash = "sha256-MjGm9CT4p/Nl3J5G1Pu2ajY0/VcMdHabimn3ktkoXTo=";
};
propagatedBuildInputs = [