python3Packages.streamlit-folium: 0.26.2 -> 0.27.1 (#504417)

This commit is contained in:
Michael Daniels
2026-03-29 02:14:12 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "streamlit-folium";
version = "0.26.2";
version = "0.27.1";
pyproject = true;
src = fetchFromGitHub {
owner = "randyzwitch";
repo = "streamlit-folium";
tag = "v${finalAttrs.version}";
hash = "sha256-6BCJ1j6p46EA696Ll9p3JOwGywp5gdhFA6k6HhVAZYo=";
hash = "sha256-8FpU0dCuHlGvr2k8LAJs2tR3yRSIOHc+Q5V13oSNgEI=";
};
postPatch = ''