summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2022-12-17 11:42:55 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2022-12-20 17:50:26 +0100
commit990da1af79afa4c33385508f32f79878a4a67966 (patch)
tree97e7a5ae9697ef9bee89bb6a8454d9f0d5b5b5d7 /gnu/packages/geo.scm
parentfcc4e51e61d1982765a4e86c95fbc9a8179e21f3 (diff)
downloadguix-patches-990da1af79afa4c33385508f32f79878a4a67966.tar
guix-patches-990da1af79afa4c33385508f32f79878a4a67966.tar.gz
gnu: proj: Update to 9.1.1.
* gnu/packages/geo.scm (proj): Update to 9.1.1. 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 cefe973f4a..c7071f1559 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -599,7 +599,7 @@ fully fledged Spatial SQL capabilities.")
(define-public proj
(package
(name "proj")
- (version "9.1.0")
+ (version "9.1.1")
(source
(origin
(method url-fetch)
@@ -607,7 +607,7 @@ fully fledged Spatial SQL capabilities.")
version ".tar.gz"))
(sha256
(base32
- "0593vd9sac0c98j1f4rammd90d4xnhygbr6d49i8il6ajjdj7cl1"))))
+ "0fbd1vj4cj19kwh03vdn0a4hr0xaacvi876yyyw5xfsj1q0x8g00"))))
(build-system cmake-build-system)
(native-inputs (list googletest pkg-config))
(propagated-inputs (list curl libtiff sqlite)) ;required by proj.pc