guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-folium: Update to 0.10.1.


From: guix-commits
Subject: 01/02: gnu: python-folium: Update to 0.10.1.
Date: Mon, 30 Dec 2019 15:48:16 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit d3bc1ea9afaa6209885bf328a363644c9abdd071
Author: Nicolas Goaziou <address@hidden>
Date:   Mon Dec 30 21:40:14 2019 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f41e59c..9b71982 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16534,14 +16534,14 @@ time-or-computationally-expensive properties quick 
and easy and works in Python
 (define-public python-folium
   (package
     (name "python-folium")
-    (version "0.10.0")
+    (version "0.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "folium" version))
        (sha256
         (base32
-         "18fzxijsgrb95r0a8anc9ba5ijyw3nlnv3rpavfbkqa5v878x84f"))))
+         "0gcc267wxwxr57ry86pqpbiyfvl0g48hfvgy0f2mz9s58g87kgzd"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-branca" ,python-branca)



reply via email to

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