diff options
author | Andy Tai <atai@atai.org> | 2024-02-01 23:22:01 -0800 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-09 22:19:08 +0000 |
commit | bbedb7c4ca10956878fa3cc4c9cc827cfca58d34 (patch) | |
tree | 98e6b27923e845b8c983d98cc516f8a697b92e99 /gnu | |
parent | e8744cbb0a4a6602bed3f48ffa049a2fe42d332a (diff) | |
download | guix-bbedb7c4ca10956878fa3cc4c9cc827cfca58d34.tar.gz guix-bbedb7c4ca10956878fa3cc4c9cc827cfca58d34.zip |
gnu: gama: Update to 2.28.
* gnu/packages/gps.scm (gama): Update to 2.28.
Change-Id: I5e74bf81e158970559e4937c9563578eae253241
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gps.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index 4cbc1b3c88..0ece311cde 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com> ;;; Copyright © 2020 Marius Bakke <marius@gnu.org> ;;; Copyright © 2021 Björn Höfling <bjoern.hoefling@bjoernhoefling.de> +;;; Copyright © 2024 Andy Tai <atai@atai.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -139,7 +140,7 @@ between two other data points.") (define-public gama (package (name "gama") - (version "2.27") + (version "2.28") (source (origin (method url-fetch) @@ -147,7 +148,7 @@ between two other data points.") version ".tar.gz")) (sha256 (base32 - "0h9kwgzz9ijzx6jcpc37qhadc41k1jdcv0s2wcpsz6zjmx63p2wk")) + "06kblr43yxkn5y77nigwy42r81cmi5pxz3kp50z271vvj3h3zisx")) (modules '((guix build utils))) (snippet '(begin |