guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: python-geopandas: Update to 0.10.2.


From: guix-commits
Subject: 04/05: gnu: python-geopandas: Update to 0.10.2.
Date: Sat, 15 Jan 2022 17:29:24 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f777c156e08f6f86732d109425d9204520c167b3
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Fri Dec 31 15:42:19 2021 +0000

    gnu: python-geopandas: Update to 0.10.2.
    
    * gnu/packages/geo.scm (python-geopandas): Update to 0.10.2.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index fbe63ce184..2e253e081a 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -691,14 +691,14 @@ pyproj, Rtree, and Shapely.")
 (define-public python-geopandas
   (package
     (name "python-geopandas")
-    (version "0.9.0")
+    (version "0.10.2")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "geopandas" version))
         (sha256
           (base32
-            "02k389zyyjv51gd09c92vlr83sv46awdq0066jgh5i24vjs2m5v3"))))
+            "1nvim2i47ap1zdwy6kxydskf1cir5g4ij8124wvmrqij0zklggzg"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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