[PATCH] gnu: gama: Update to 2.32.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • 宋文武
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
9252016a45e6b969d40d5f596deaec9ed45de063.1735970315.git.atai@atai.org
* gnu/packages/gps.scm (gama): Update to 2.32.

Change-Id: I2df8ec2485df74152e891eb6dd4e02315618d16e
---
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 cc9054b307..e01a2a2602 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -168,7 +168,7 @@ (define-public gpscorrelate
(define-public gama
(package
(name "gama")
- (version "2.31")
+ (version "2.32")
(source
(origin
(method url-fetch)
@@ -176,7 +176,7 @@ (define-public gama
version ".tar.gz"))
(sha256
(base32
- "0aq8zf4hibrvwhna31cj995y2p967sd1v55iqzqarkswr8r55iyg"))
+ "096kdngrnm26gl0c5vfr3qj20als3pyghzwz6g5kjjfm50pc825b"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: ddbb59f9bc5eb6dfaf1fc24881bb62f11960d664
--
2.34.1
宋文武 wrote 2 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 75339-done@debbugs.gnu.org)
878qrnnd10.fsf@envs.net
Andy Tai <atai@atai.org> writes:

Toggle quote (4 lines)
> * gnu/packages/gps.scm (gama): Update to 2.32.
>
> Change-Id: I2df8ec2485df74152e891eb6dd4e02315618d16e

Pushed to master as commit 34472496f9, thank you!
Closed
?
Your comment

This issue is archived.

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

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