guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-folium: Update to 0.11.0.


From: guix-commits
Subject: branch master updated: gnu: python-folium: Update to 0.11.0.
Date: Thu, 02 Jul 2020 06:13:22 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 95ccca1  gnu: python-folium: Update to 0.11.0.
95ccca1 is described below

commit 95ccca19dfc2c44df067339c6a6f9f4aeff106f7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 2 12:12:54 2020 +0200

    gnu: python-folium: Update to 0.11.0.
    
    * gnu/packages/python-xyz.scm (python-folium): Update to 0.11.0.
---
 gnu/packages/python-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5eee00a..d0d9fb5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]