summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2023-04-02 17:45:45 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2023-04-12 10:46:41 +0200
commita113f5846fd61e09487c83d40b466caf956627f7 (patch)
treebba188fe893e813b7170db8c7ba195bb7709143e /gnu/packages/geo.scm
parentdd1aebe148de77c098f2b430f6b7ef99d4416000 (diff)
gnu: proj: Update to 9.2.0.
* gnu/packages/geo.scm (proj): Update to 9.2.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r--gnu/packages/geo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 95ead23e10..47ef8b8a89 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -598,7 +598,7 @@ fully fledged Spatial SQL capabilities.")
(define-public proj
(package
(name "proj")
- (version "9.1.1")
+ (version "9.2.0")
(source
(origin
(method url-fetch)
@@ -606,7 +606,7 @@ fully fledged Spatial SQL capabilities.")
version ".tar.gz"))
(sha256
(base32
- "0fbd1vj4cj19kwh03vdn0a4hr0xaacvi876yyyw5xfsj1q0x8g00"))))
+ "03nm1sgvh237my7ss6kayn6887cbnayvjxrrxsrfcakkmbsida6y"))))
(build-system cmake-build-system)
(native-inputs (list googletest pkg-config))
(propagated-inputs (list curl libtiff sqlite)) ;required by proj.pc