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>
This commit is contained in:
Felix Gruber 2023-04-02 17:45:45 +00:00 committed by Guillaume Le Vaillant
parent dd1aebe148
commit a113f5846f
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -598,7 +598,7 @@ (define-public libspatialite
(define-public proj
(package
(name "proj")
(version "9.1.1")
(version "9.2.0")
(source
(origin
(method url-fetch)
@ -606,7 +606,7 @@ (define-public proj
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