[PATCH] gnu: gama: Update to 2.28

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Sharlatan Hellseher
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)
7c29ab11d83a682d0b1bc9c94ee69da7991b7296.1706858498.git.atai@atai.org
* gnu/packages/gps.scm (gama): Update to 2.28

Change-Id: I5e74bf81e158970559e4937c9563578eae253241
---
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 4cbc1b3c88..913dde3af7 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.27")
+ (version "2.28")
(source
(origin
(method url-fetch)
@@ -147,7 +147,7 @@ (define-public gama
version ".tar.gz"))
(sha256
(base32
- "0h9kwgzz9ijzx6jcpc37qhadc41k1jdcv0s2wcpsz6zjmx63p2wk"))
+ "06kblr43yxkn5y77nigwy42r81cmi5pxz3kp50z271vvj3h3zisx"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: 88e8b807d6af3cf2902909d295cd3194aa7ea684
--
2.41.0
Sharlatan Hellseher wrote 1 years ago
(address . 68887-done@debbugs.gnu.org)
87bk8ps21v.fsf@gmail.com
Hi,

Pushed as bbedb7c4ca10956878fa3cc4c9cc827cfca58d34 to master.

Thanks,
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXGp5wACgkQdtcnv/Ys
0rXUSxAAm1LlwJKFHD1txyuDOYyPscISVPrE8WjocQippEhc/ipBjTVAovOnJ0o0
OXaGhfKy2PlcHps3PZdLb/eR5JSByZbVIxf1vV5wLc8BwxWpx8YMZ3yJzRbJ+7a7
YBlZtdPNdGXxptSy749sT8NYHE04NfD5Dac7nrOWJLwU6u1fP8dVFUzpk5Lkv2Sy
I14peM/SXUN4/OW20uc9FBZ3H4H7S0jsHxy+2nqrtGQwH9PL1yvYzTEXORk3n0pp
eIreWNy6L+ZPmE2reRaVU41a7JogFjU2TlQQsGE736nmTLx543uKGLDE4KEX7U8p
+1XY+dwZmQhwZAHEhjFPbjn9jVSAjDAOqHDm9FmYaz/EV8OgKGF30QI3aJXDJlJj
sZY1eiIBiQSYry3EG2nqy9+lX6GdN5TW3b3Hr6wdMLUqEjChLqmkSSYoI2P6oWYo
9uN3wSvz9N6n0NmYFGfVeAgeFcVPWpJaS4v3tyUndXfyrpQIT2izXim3g9QMQblK
PuqpTEP/7Qhurf/kR93zCgQjSRFCd7Hkz0BkXpDRJ0XsFxt5fb5PrdBKLwbY0sJ4
jwNCiKglCQY4jSy0xlFkDZPzshkuTJv1HRWcmRXttHmgyKygu+++gKVeu5NwCflI
QIP3x+8HjWScv7QqgWPqUCEQxpoHileW+hpBhnMlqoMhiznJJ7c=
=tU6c
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 68887
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