* [bug#52759] [PATCH] gnu: postgis: Update to 3.2.0.
@ 2021-12-23 18:26 Felix Gruber
2021-12-26 9:09 ` bug#52759: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-12-23 18:26 UTC (permalink / raw)
To: 52759; +Cc: Felix Gruber
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#52759: [PATCH] gnu: postgis: Update to 3.2.0.
2021-12-23 18:26 [bug#52759] [PATCH] gnu: postgis: Update to 3.2.0 Felix Gruber
@ 2021-12-26 9:09 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-12-26 9:09 UTC (permalink / raw)
To: Felix Gruber; +Cc: 52759-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 2495582e08cf411163f0799d290fda5101141949.
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:[~2021-12-26 9:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-23 18:26 [bug#52759] [PATCH] gnu: postgis: Update to 3.2.0 Felix Gruber
2021-12-26 9:09 ` bug#52759: " Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).