diff options
author | Vinicius Monego <monego@posteo.net> | 2024-04-17 00:12:46 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-05-11 14:24:49 -0300 |
commit | 6b60d54bbc61a6251cb669ab3710504f3df2cff3 (patch) | |
tree | c30be7d0494d56a4f1d920274658e0bae6da0fd9 | |
parent | 07e59e8c7b4da14410c8ee275d3c4fbc1e3140f5 (diff) | |
download | guix-6b60d54bbc61a6251cb669ab3710504f3df2cff3.tar.gz guix-6b60d54bbc61a6251cb669ab3710504f3df2cff3.zip |
gnu: gplates: Update to 2.5.
* gnu/packages/geo.scm (gplates): Update to 2.5.
Change-Id: I715a599755b3a7b9ac83ea2ce679a3d79e9409f4
-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 8b0a4938b8..30e172a2f1 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -3298,7 +3298,7 @@ latitude and longitude.") (define-public gplates (package (name "gplates") - (version "2.4") + (version "2.5") (source (origin (method git-fetch) (uri (git-reference @@ -3306,7 +3306,7 @@ latitude and longitude.") (commit (string-append "GPlates-" version)))) (sha256 (base32 - "1awb4igchgpmrvj6blxd1w81c617bs66w6cfrwvf30n6rjlyn6q5")) + "1qrislbgrsn6l1ikd3mffsqxvy61w3l53wmr8mfd8aqaj6dk1wfx")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments |