[PATCH] gnu: gama: Update to 2.27

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
9bca0607d639768edf35cb38a37ee6d5bba44f2b.1701499074.git.atai@atai.org
* gnu/packages/gps.scm (gama): Update to 2.27

Change-Id: I5c5b4a90ab98699157af4be6481e36d30439c140
---
gnu/packages/gps.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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 @@ (define-public gpscorrelate
(define-public gama
(package
(name "gama")
- (version "2.26")
+ (version "2.27")
(source
(origin
(method url-fetch)
@@ -147,7 +147,7 @@ (define-public gama
version ".tar.gz"))
(sha256
(base32
- "1mn7ma8w4spqc0p4slp1s14q45z7hzyp49ikvd1spsz9jqz8ycpk"))
+ "0h9kwgzz9ijzx6jcpc37qhadc41k1jdcv0s2wcpsz6zjmx63p2wk"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: 842a11f1caa1bb929c427722ad9d7b7c1ff65727
--
2.41.0
Guillaume Le Vaillant wrote 1 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 67578-done@debbugs.gnu.org)
87wmtt3svg.fsf@kitej
Patch applied as 8eecb102c08099e2576cc90550f37918536cf377.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZW7sEw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+tmgD7BpAwk/n0gS1iLkCgUYwEpANhc/247dbINi+B
0NTF7swA/jy0JLTx83Bg27icsOVMIcJWJ9nQVTisn90NTocCTo9T
=pOEX
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67578@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67578
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help