all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54554] [PATCH] gnu: postgis: Update to 3.2.1.
@ 2022-03-24 20:35 Felix Gruber
  2022-03-25 10:23 ` bug#54554: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2022-03-24 20:35 UTC (permalink / raw)
  To: 54554; +Cc: Felix Gruber

* gnu/packages/geo.scm (postgis): Update to 3.2.1.
---
 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 538db2dde4..16aab45c60 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1047,14 +1047,14 @@ Shapely capabilities
 (define-public postgis
   (package
     (name "postgis")
-    (version "3.2.0")
+    (version "3.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.osgeo.org/postgis/source/postgis-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1zbwa15rsvr05rmcidk21q3amndd0q4df4psp3zhqz4lqraf3fbs"))))
+                "0gl9d6xy2an82ldb9sixz5blyngjryq8m3509fr38ffawvfniazv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
-- 
2.30.2





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

* bug#54554: [PATCH] gnu: postgis: Update to 3.2.1.
  2022-03-24 20:35 [bug#54554] [PATCH] gnu: postgis: Update to 3.2.1 Felix Gruber
@ 2022-03-25 10:23 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-03-25 10:23 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 54554-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as 87238a0b2c5fd4eca351b86ce2161a31ca22d732.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2022-03-25 10:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-24 20:35 [bug#54554] [PATCH] gnu: postgis: Update to 3.2.1 Felix Gruber
2022-03-25 10:23 ` bug#54554: " Guillaume Le Vaillant

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.