GNU bug report logs -
#56282
[PATCH 0/7] Update octave.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 28 Jun 2022 15:21:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #26 received at 56282 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/radio.scm (gnss-sdr): Update to 0.0.17.
[inputs]: Add fmt.
---
gnu/packages/radio.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index d7b7f60d97..efee0e2f31 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -79,6 +79,7 @@ (define-module (gnu packages radio)
#:use-module (gnu packages popt)
#:use-module (gnu packages pulseaudio)
#:use-module (gnu packages protobuf)
+ #:use-module (gnu packages pretty-print)
#:use-module (gnu packages python)
#:use-module (gnu packages python-science)
#:use-module (gnu packages python-web)
@@ -2506,7 +2507,7 @@ (define-public urh
(define-public gnss-sdr
(package
(name "gnss-sdr")
- (version "0.0.15")
+ (version "0.0.17")
(source
(origin
(method git-fetch)
@@ -2515,7 +2516,7 @@ (define-public gnss-sdr
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1m41rnlfr1nrzbg382jfsk5x0by2ym48v3innd2rbc6phd85q223"))))
+ (base32 "0kxn98vmrsd2a157cf3hsmivi6p4k4a3907j5w8hmcs0nn92786i"))))
(build-system cmake-build-system)
(native-inputs
`(("gfortran" ,gfortran)
@@ -2527,6 +2528,7 @@ (define-public gnss-sdr
(inputs
(list armadillo
boost
+ fmt
gflags
glog
gmp
--
2.36.1
This bug report was last modified 2 years and 325 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.