all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52916] [PATCH] gnu: python-geopandas: Update to 0.10.2.
@ 2021-12-31 15:42 Felix Gruber
  2022-01-15 22:01 ` bug#52916: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-12-31 15:42 UTC (permalink / raw)
  To: 52916; +Cc: Felix Gruber

* gnu/packages/geo.scm (python-geopandas): Update to 0.10.2.
---
 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 8e5965c97c..e52311a1a8 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
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52916: [PATCH] gnu: python-geopandas: Update to 0.10.2.
  2021-12-31 15:42 [bug#52916] [PATCH] gnu: python-geopandas: Update to 0.10.2 Felix Gruber
@ 2022-01-15 22:01 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-01-15 22:01 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 52916-done

Hi,

Felix Gruber <felgru@posteo.net> skribis:

> * gnu/packages/geo.scm (python-geopandas): Update to 0.10.2.

Applied, thanks.

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-15 22:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-31 15:42 [bug#52916] [PATCH] gnu: python-geopandas: Update to 0.10.2 Felix Gruber
2022-01-15 22:01 ` bug#52916: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.