python3Packages.streamlit-folium: 0.27.1 -> 0.27.2

This commit is contained in:
R. Ryantm
2026-04-30 18:09:00 +00:00
parent 7d12338ee7
commit 5d1d92d08c
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "streamlit-folium";
version = "0.27.1";
version = "0.27.2";
pyproject = true;
src = fetchFromGitHub {
owner = "randyzwitch";
repo = "streamlit-folium";
tag = "v${finalAttrs.version}";
hash = "sha256-8FpU0dCuHlGvr2k8LAJs2tR3yRSIOHc+Q5V13oSNgEI=";
hash = "sha256-VGL9gl61aL8nqebb0XXYEsEiUcvPO4LpufioVDRMFkA=";
};
postPatch = ''