* [bug#69374] [PATCH] gnu: gama: Update to 2.29
@ 2024-02-25 7:05 Andy Tai
2024-02-25 7:52 ` [bug#69374] [PATCH v2] " Andy Tai
0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2024-02-25 7:05 UTC (permalink / raw)
To: 69374; +Cc: Andy Tai
* gnu/packages/gps.scm (gama): Update to 2.29
[native-inputs]: Add yaml-cpp
Change-Id: Ie4ffc8abea85ee9b11f35f58054c6213404c3d7e
---
gnu/packages/gps.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 96bc58c519..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))
@@ -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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#69374] [PATCH v2] gnu: gama: Update to 2.29
2024-02-25 7:05 [bug#69374] [PATCH] gnu: gama: Update to 2.29 Andy Tai
@ 2024-02-25 7:52 ` Andy Tai
2024-02-26 10:53 ` bug#69374: " Guillaume Le Vaillant
0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2024-02-25 7:52 UTC (permalink / raw)
To: 69374; +Cc: Andy Tai
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#69374: [PATCH v2] gnu: gama: Update to 2.29
2024-02-25 7:52 ` [bug#69374] [PATCH v2] " Andy Tai
@ 2024-02-26 10:53 ` Guillaume Le Vaillant
0 siblings, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2024-02-26 10:53 UTC (permalink / raw)
To: Andy Tai; +Cc: 69374-done
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Patch applied as 66321bd94c1843d531a52516df36197c29ad325c.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-26 10:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-25 7:05 [bug#69374] [PATCH] gnu: gama: Update to 2.29 Andy Tai
2024-02-25 7:52 ` [bug#69374] [PATCH v2] " Andy Tai
2024-02-26 10:53 ` bug#69374: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.