mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: proj: Update to 6.3.1.
* gnu/packages/geo.scm (proj): Update to 6.3.1.
This commit is contained in:
parent
4960c03d1d
commit
9147d1216e
1 changed files with 2 additions and 2 deletions
|
@ -328,7 +328,7 @@ (define-public libspatialite
|
|||
(define-public proj
|
||||
(package
|
||||
(name "proj")
|
||||
(version "6.2.0")
|
||||
(version "6.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -336,7 +336,7 @@ (define-public proj
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0l1as8f4zfg74fms6h5p5psziw0lpznja1xnirzsscpnfbwc005k"))))
|
||||
"1y46ij32j9b4x1kjnnlykcwk3kkjwkg44sfc1ziwm3a3g0ki3q3d"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("sqlite" ,sqlite)))
|
||||
|
|
Loading…
Reference in a new issue