unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 69374@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#69374] [PATCH v2] gnu: gama: Update to 2.29
Date: Sat, 24 Feb 2024 23:52:31 -0800	[thread overview]
Message-ID: <e363969d98c0092789d3dd8a6ddba36983defa5e.1708847519.git.atai@atai.org> (raw)
In-Reply-To: <47a71dbc204b0d9281e2ae849aae4de96958e846.1708844714.git.atai@atai.org>

* gnu/packages/gps.scm (gama): Update to 2.29
  [native-inputs]: Add yaml-cpp

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

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 0ece311cde..3c0c7183d5 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -48,6 +48,7 @@ (define-module (gnu packages gps)
   #:use-module (gnu packages python)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages qt)
+  #:use-module (gnu packages serialization)
   #:use-module (gnu packages sqlite)
   #:use-module (gnu packages xml))
 
@@ -140,7 +141,7 @@ (define-public gpscorrelate
 (define-public gama
   (package
     (name "gama")
-    (version "2.28")
+    (version "2.29")
     (source
       (origin
         (method url-fetch)
@@ -148,7 +149,7 @@ (define-public gama
                             version ".tar.gz"))
         (sha256
          (base32
-          "06kblr43yxkn5y77nigwy42r81cmi5pxz3kp50z271vvj3h3zisx"))
+          "04dlh1pdaiq059ssrxa4yn24iqgjrzy2mq7s9n1pgrzlzz3a63y0"))
         (modules '((guix build utils)))
         (snippet
          '(begin
@@ -157,7 +158,7 @@ (define-public gama
     (build-system gnu-build-system)
     (arguments '(#:parallel-tests? #f)) ; race condition
     (native-inputs
-     (list libxml2))
+     (list libxml2  yaml-cpp))
     (inputs
      (list expat sqlite))
     (home-page "https://www.gnu.org/software/gama/")

base-commit: 05bbe9993f687da1fd684a31474c621f2a1c37b2
-- 
2.34.1





  reply	other threads:[~2024-02-25  7:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-25  7:05 [bug#69374] [PATCH] gnu: gama: Update to 2.29 Andy Tai
2024-02-25  7:52 ` Andy Tai [this message]
2024-02-26 10:53   ` bug#69374: [PATCH v2] " Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e363969d98c0092789d3dd8a6ddba36983defa5e.1708847519.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=69374@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).