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 5c0e4cb  gnu: python-folium: Fix build.
5c0e4cb is described below

commit 5c0e4cb107515310b0a28c48520bb34ad80102ac
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Nov 20 09:52:20 2021 +0100

    gnu: python-folium: Fix build.
    
    * gnu/packages/python-xyz.scm (python-folium): Update hash. Upstream
    apparently re-tagged a different commit.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a6f8b10..6dd4c1a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23531,7 +23531,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 "0yi5y9pfpbc4bc4ibr8cblif8ls1wf3k0zawyx86r2qwxxkkyd6k"))))
+        (base32 "1q05pzca3wfwgnbg03l3bagnhh348yx68w4aa91rg3g8zlviwjz1"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-branca" ,python-branca)

Reply via email to