diff options
author | Vinicius Monego <monego@posteo.net> | 2024-03-30 11:54:12 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-03-31 07:37:25 -0300 |
commit | 570f5e567da69582f51e71fc589e644e17925347 (patch) | |
tree | fab7e9e5c892f316e7db0b3e770f9aafffa74d5b /gnu/packages | |
parent | 43ed834127efb86282856e0e3940735de94bee39 (diff) | |
download | guix-570f5e567da69582f51e71fc589e644e17925347.tar.gz guix-570f5e567da69582f51e71fc589e644e17925347.zip |
gnu: gmt: Update to 6.5.0.
* gnu/packages/geo.scm (gmt): Update to 6.5.0.
Change-Id: Ib6d98494b9b67b23aedccaa50ff785999517c43d
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index e4296e9f54..8117b496df 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -141,7 +141,7 @@ (define-public gmt (package (name "gmt") - (version "6.4.0") + (version "6.5.0") (source (origin (method url-fetch) @@ -149,7 +149,7 @@ "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 |