1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gmt: Update to 6.6.0.

* gnu/packages/geo.scm (gmt): Update to 6.6.0.

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Nikolay Korotkiy
2025-11-01 11:19:16 +04:00
committed by Andreas Enge
parent adbf76ccdb
commit b34215c15f

View File

@@ -167,7 +167,7 @@
(define-public gmt
(package
(name "gmt")
(version "6.5.0")
(version "6.6.0")
(source
(origin
(method url-fetch)
@@ -175,7 +175,7 @@
"releases/download/"
version "/gmt-" version "-src.tar.xz"))
(sha256
(base32 "07hlqg3adxrz7wqih8pydr44v7j40savcxfjlkaw3y9k82sas8j0"))))
(base32 "10hhpp6qwbhyk4xgd7xs1xw2d51fq22q64z57i329jcg3fqrib0q"))))
(build-system cmake-build-system)
(arguments (list #:tests? #false)) ;tests need costline data and caches
(inputs