me
/
guix
Archived
1
0
Fork 0

gnu: python-folium: Update to 0.13.0.

* gnu/packages/python-xyz.scm (python-folium): Update to 0.13.0.
master
Nicolas Goaziou 2022-10-10 23:20:42 +02:00
parent dbb35cd2e8
commit 363b476910
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -24367,7 +24367,7 @@ time-or-computationally-expensive properties quick and easy and works in Python
(define-public python-folium
(package
(name "python-folium")
(version "0.12.1")
(version "0.13.0")
(source
(origin
;; PyPI has a ".whl" file but not a proper source release.
@ -24378,7 +24378,7 @@ time-or-computationally-expensive properties quick and easy and works in Python
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1q05pzca3wfwgnbg03l3bagnhh348yx68w4aa91rg3g8zlviwjz1"))))
(base32 "00adpdi1890zzzg7ffp04hmx59igdcdpyqa129vnmwqh54b5a006"))))
(build-system python-build-system)
(propagated-inputs
(list python-branca python-jinja2 python-numpy python-requests))