diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-03-01 11:43:06 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-03-01 11:43:06 +0200 |
commit | ac17ff0669521f0efec11696ad99f589bebf0f10 (patch) | |
tree | e9b18aa989255b21e2721e5e77d0fe386352d41a /gnu/packages/gps.scm | |
parent | 85da3f52cb40be33ab045120d2e101002896a143 (diff) | |
download | guix-ac17ff0669521f0efec11696ad99f589bebf0f10.tar.gz |
gnu: gama: Update to 2.14.
* gnu/packages/gps.scm (gama): Update to 2.14.
Diffstat (limited to 'gnu/packages/gps.scm')
-rw-r--r-- | gnu/packages/gps.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index ca53ac3b73..633cdbd5d9 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -149,7 +149,7 @@ between two other data points.") (define-public gama (package (name "gama") - (version "2.13") + (version "2.14") (source (origin (method url-fetch) @@ -157,7 +157,7 @@ between two other data points.") version ".tar.gz")) (sha256 (base32 - "041cprbj4lfs42i7sd1c2zlx3r16g6c5shz3qls79gxb7kqflkgb")) + "04mhbgpqbynnmm8ww4k2yk1w2j66c276dns9xwn8cvrq58kjimln")) (modules '((guix build utils))) (snippet '(begin |