mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
dd1aebe148
commit
a113f5846f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue