emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#52759: closed ([PATCH] gnu: postgis: Update to 3.2.0.)


From: GNU bug Tracking System
Subject: bug#52759: closed ([PATCH] gnu: postgis: Update to 3.2.0.)
Date: Sun, 26 Dec 2021 09:10:01 +0000

Your message dated Sun, 26 Dec 2021 09:09:06 +0000
with message-id <87bl13loki.fsf@kitej>
and subject line Re: [bug#52759] [PATCH] gnu: postgis: Update to 3.2.0.
has caused the debbugs.gnu.org bug report #52759,
regarding [PATCH] gnu: postgis: Update to 3.2.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52759: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52759
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: postgis: Update to 3.2.0. Date: Thu, 23 Dec 2021 18:26:30 +0000
* gnu/packages/geo.scm (postgis): Update to 3.2.0.
  [inputs]: Use new simplified format.
---
 gnu/packages/geo.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 547340f865..e837b9989d 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1033,14 +1033,14 @@ Shapely capabilities
 (define-public postgis
   (package
     (name "postgis")
-    (version "3.1.2")
+    (version "3.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://download.osgeo.org/postgis/source/postgis-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0ch7gry8a1i9114mlhklxryn7ja3flsz6pxj9r5p09k92xh3gp9c"))))
+                "1zbwa15rsvr05rmcidk21q3amndd0q4df4psp3zhqz4lqraf3fbs"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
@@ -1057,16 +1057,16 @@ Shapely capabilities
                (("\\$\\(DESTDIR\\)\\$\\(PGSQL_BINDIR\\)")
                 (string-append (assoc-ref outputs "out") "/bin"))))))))
     (inputs
-     `(("gdal" ,gdal)
-       ("geos" ,geos)
-       ("giflib" ,giflib)
-       ("json-c" ,json-c)
-       ("libjpeg" ,libjpeg-turbo)
-       ("libxml2" ,libxml2)
-       ("pcre" ,pcre)
-       ("postgresql" ,postgresql)
-       ("protobuf-c" ,protobuf-c)
-       ("proj" ,proj)))
+     (list gdal
+           geos
+           giflib
+           json-c
+           libjpeg-turbo
+           libxml2
+           pcre
+           postgresql
+           protobuf-c
+           proj))
     (native-inputs
      (list perl pkg-config))
     (home-page "https://postgis.net";)
-- 
2.30.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#52759] [PATCH] gnu: postgis: Update to 3.2.0. Date: Sun, 26 Dec 2021 09:09:06 +0000
Patch pushed as 2495582e08cf411163f0799d290fda5101141949.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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