[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
175/285: gnu: postgis: Update to 3.0.0.
From: |
guix-commits |
Subject: |
175/285: gnu: postgis: Update to 3.0.0. |
Date: |
Sun, 29 Dec 2019 20:44:24 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 65066130d794ed48194d3cb890a039885f09a07d
Author: Arun Isaac <address@hidden>
Date: Fri Dec 20 18:52:38 2019 +0530
gnu: postgis: Update to 3.0.0.
* gnu/packages/geo.scm (postgis): Update to 3.0.0.
[inputs]: Add json-c and libjpeg-turbo. Replace proj.4 with proj.
---
gnu/packages/geo.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 31f750d..fdb530b 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -678,14 +678,14 @@ utilities for data translation and processing.")
(define-public postgis
(package
(name "postgis")
- (version "2.4.8")
+ (version "3.0.0")
(source (origin
(method url-fetch)
(uri (string-append
"https://download.osgeo.org/postgis/source/postgis-"
version ".tar.gz"))
(sha256
(base32
- "0nanza15xzfhbpbq49p1xqz96dgbsam5332y9zj6snmz2mq685ll"))))
+ "15557fbk0xkngihwhqsbdyz2ng49blisf5zydw81j0gabk6x4vy0"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f
@@ -704,10 +704,12 @@ utilities for data translation and processing.")
(inputs
`(("gdal" ,gdal)
("geos" ,geos)
+ ("json-c" ,json-c)
+ ("libjpeg" ,libjpeg-turbo)
("libxml2" ,libxml2)
("pcre" ,pcre)
("postgresql" ,postgresql)
- ("proj.4" ,proj.4)))
+ ("proj" ,proj)))
(native-inputs
`(("perl" ,perl)
("pkg-config" ,pkg-config)))
- 151/285: gnu: perl-email-sender: Update to 1.300034., (continued)
- 151/285: gnu: perl-email-sender: Update to 1.300034., guix-commits, 2019/12/29
- 128/285: gnu: Add python-fastentrypoints., guix-commits, 2019/12/29
- 133/285: gnu: Add newlib-nano-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 132/285: gnu: Add newlib-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 139/285: gnu: libebml: Update to 1.3.10., guix-commits, 2019/12/29
- 143/285: gnu: obs: Update to 24.0.4., guix-commits, 2019/12/29
- 153/285: gnu: lxtask: Don't use NAME in source URI., guix-commits, 2019/12/29
- 154/285: gnu: btrfs-progs: Update to 5.4., guix-commits, 2019/12/29
- 159/285: gnu: Add python-pathos., guix-commits, 2019/12/29
- 166/285: gnu: mumimu: Remove reference to guile-email., guix-commits, 2019/12/29
- 175/285: gnu: postgis: Update to 3.0.0.,
guix-commits <=
- 182/285: gnu: i3-gaps: Update source checksum., guix-commits, 2019/12/29
- 189/285: gnu: Add kaffeine., guix-commits, 2019/12/29
- 191/285: gnu: Add kmplayer., guix-commits, 2019/12/29
- 193/285: gnu: Add elisa., guix-commits, 2019/12/29
- 157/285: guix: swh: Fix again example URI in comment for <origin>., guix-commits, 2019/12/29
- 165/285: gnu: bluez-alsa: Place dbus configuration in canonical location., guix-commits, 2019/12/29
- 170/285: gnu: python-pyserial: Update to 3.4., guix-commits, 2019/12/29
- 164/285: gnu: artanis: Update to 0.4.1., guix-commits, 2019/12/29
- 174/285: gnu: gdal: Update to 3.0.2., guix-commits, 2019/12/29
- 186/285: gnu: Add juk., guix-commits, 2019/12/29