GNU bug report logs -
#69374
[PATCH] gnu: gama: Update to 2.29
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sun, 25 Feb 2024 07:46:03 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69374 in the body.
You can then email your comments to 69374 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#69374
; Package
guix-patches
.
(Sun, 25 Feb 2024 07:46:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 25 Feb 2024 07:46:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69374
; Package
guix-patches
.
(Sun, 25 Feb 2024 07:55:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 69374 <at> debbugs.gnu.org (full text, mbox):
* 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 sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Mon, 26 Feb 2024 10:54:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Mon, 26 Feb 2024 10:54:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 69374-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch applied as 66321bd94c1843d531a52516df36197c29ad325c.
Thanks.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 27 Mar 2024 11:24:18 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.