mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gmt: Update to 6.5.0.
* gnu/packages/geo.scm (gmt): Update to 6.5.0. Change-Id: Ib6d98494b9b67b23aedccaa50ff785999517c43d
This commit is contained in:
parent
43ed834127
commit
570f5e567d
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ (define-module (gnu packages geo)
|
|||
(define-public gmt
|
||||
(package
|
||||
(name "gmt")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -149,7 +149,7 @@ (define-public gmt
|
|||
"releases/download/"
|
||||
version "/gmt-" version "-src.tar.xz"))
|
||||
(sha256
|
||||
(base32 "0wh694cwcw2dz5rsh6pdn9irx08d65iih0vbxz350vzrkkjzyvml"))))
|
||||
(base32 "07hlqg3adxrz7wqih8pydr44v7j40savcxfjlkaw3y9k82sas8j0"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:tests? #false)) ;tests need costline data and caches
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue