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.13.0.


From: guix-commits
Subject: branch master updated: gnu: python-folium: Update to 0.13.0.
Date: Mon, 10 Oct 2022 17:21:43 -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 363b476910 gnu: python-folium: Update to 0.13.0.
363b476910 is described below

commit 363b476910f2fe36fcc28d00aaa86ab6d821cf0c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 10 23:20:42 2022 +0200

    gnu: python-folium: Update to 0.13.0.
    
    * gnu/packages/python-xyz.scm (python-folium): Update to 0.13.0.
---
 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 60870f5447..c369362dc7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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))



reply via email to

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