me
/
guix
Archived
1
0
Fork 0

gnu: gplates: Update to 2.5.

* gnu/packages/geo.scm (gplates): Update to 2.5.

Change-Id: I715a599755b3a7b9ac83ea2ce679a3d79e9409f4
master
Vinicius Monego 2024-04-17 00:12:46 -03:00
parent 07e59e8c7b
commit 6b60d54bbc
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -3298,7 +3298,7 @@ latitude and longitude.")
(define-public gplates (define-public gplates
(package (package
(name "gplates") (name "gplates")
(version "2.4") (version "2.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3306,7 +3306,7 @@ latitude and longitude.")
(commit (string-append "GPlates-" version)))) (commit (string-append "GPlates-" version))))
(sha256 (sha256
(base32 (base32
"1awb4igchgpmrvj6blxd1w81c617bs66w6cfrwvf30n6rjlyn6q5")) "1qrislbgrsn6l1ikd3mffsqxvy61w3l53wmr8mfd8aqaj6dk1wfx"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments