python312Packages.folium: 0.17.0 -> 0.18.0 (#350567)

This commit is contained in:
Aleksana 2024-10-27 18:35:40 +08:00 committed by GitHub
commit dc6b1fa55e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "folium";
version = "0.17.0";
version = "0.18.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "python-visualization";
repo = "folium";
rev = "refs/tags/v${version}";
hash = "sha256-uKT6WqT3pI3rqfV/3CA+mXBk3F7h4RWW1h2FPIy0JH4=";
hash = "sha256-TNj3javEETjWpI3xs1y/AuKHqFwnTBmWORZK2fafKqI=";
};
nativeBuildInputs = [