me
/
guix
Archived
1
0
Fork 0

gnu: python-folium: Update to 0.11.0.

* gnu/packages/python-xyz.scm (python-folium): Update to 0.11.0.
Nicolas Goaziou 2020-07-02 12:12:54 +02:00
parent dba255c033
commit 95ccca19df
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 3 deletions

View File

@ -18451,14 +18451,13 @@ time-or-computationally-expensive properties quick and easy and works in Python
(define-public python-folium
(package
(name "python-folium")
(version "0.10.1")
(version "0.11.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "folium" version))
(sha256
(base32
"0gcc267wxwxr57ry86pqpbiyfvl0g48hfvgy0f2mz9s58g87kgzd"))))
(base32 "19sclsq3xcjfa7bavzjpyn6rl9b15jbc76n5aag4cwhqqamqj1sl"))))
(build-system python-build-system)
(propagated-inputs
`(("python-branca" ,python-branca)