Fabian Affolter
2026-03-28 18:08:06 +01:00
parent fd588e4c58
commit fee4beb0ea
@@ -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 = ''