0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python3Packages.streamlit: 1.45.0 -> 1.45.1 (#407514)

This commit is contained in:
Nick Cao 2025-05-16 17:25:16 -04:00 committed by GitHub
commit 38e9c78c7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "streamlit";
version = "1.45.0";
version = "1.45.1";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-TpkBThE6EacWO52lrAee+xrl+FdaCcWmqcQ81od6Kog=";
hash = "sha256-431WwK9SQNvCQJdogOgTZmicKQpVk3ZBckb5s/UbQhc=";
};
build-system = [