mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.streamlit: 1.61.1 -> 1.62.0
Changelog: https://github.com/streamlit/streamlit/releases/tag/1.62.0
This commit is contained in:
@@ -34,12 +34,12 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "streamlit";
|
||||
version = "1.61.1";
|
||||
version = "1.62.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-aKzx/xtgBbGSBcJ3fYMt7qDB7db7v39D8JG5YiDl418=";
|
||||
hash = "sha256-nSVx2m5nmcuvD1lUj1dzkmJgqHppgHzz4vD2j59eTUU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user