gnu: python-folium: Update to 0.13.0.

* gnu/packages/python-xyz.scm (python-folium): Update to 0.13.0.
This commit is contained in:
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

View File

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