diff options
author | Andy Tai <atai@atai.org> | 2023-12-01 22:38:29 -0800 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-12-05 10:10:17 +0100 |
commit | 8eecb102c08099e2576cc90550f37918536cf377 (patch) | |
tree | 2a20731d2c52f1a1e67a8147aee1b990f81f0638 /gnu | |
parent | 9a4a480f8d51da8bf25b61a98e1092a6cd6f76ee (diff) | |
download | guix-8eecb102c08099e2576cc90550f37918536cf377.tar.gz guix-8eecb102c08099e2576cc90550f37918536cf377.zip |
gnu: gama: Update to 2.27
* gnu/packages/gps.scm (gama): Update to 2.27
Change-Id: I5c5b4a90ab98699157af4be6481e36d30439c140
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu')
-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 d3315cc74d..4cbc1b3c88 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -139,7 +139,7 @@ between two other data points.") (define-public gama (package (name "gama") - (version "2.26") + (version "2.27") (source (origin (method url-fetch) @@ -147,7 +147,7 @@ between two other data points.") version ".tar.gz")) (sha256 (base32 - "1mn7ma8w4spqc0p4slp1s14q45z7hzyp49ikvd1spsz9jqz8ycpk")) + "0h9kwgzz9ijzx6jcpc37qhadc41k1jdcv0s2wcpsz6zjmx63p2wk")) (modules '((guix build utils))) (snippet '(begin |