[PATCH] gnu: gnuradio: Update to 3.10.8.0

  • Done
  • quality assurance status badge
Details
3 participants
  • Andy Tai
  • Guillaume Le Vaillant
  • Juliana Sims
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
0bc7060d4f40d3e769a4b5229ae851d7018a4057.1709790214.git.atai@atai.org
* gnu/packages/radio.scm (gnuradio): Update to 3.10.8.0

Change-Id: Ibf1560b642dd7d54f06eba0288f5068d7077e7ec
---
gnu/packages/radio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 2f258b0364..82580637ea 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -790,7 +790,7 @@ (define-public redsea
(define-public gnuradio
(package
(name "gnuradio")
- (version "3.10.3.0")
+ (version "3.10.8.0")
(source
(origin
(method git-fetch)
@@ -799,7 +799,7 @@ (define-public gnuradio
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0xdhb2blzajxpi0f2ch23hh6bzdwz5q7syi3bmiqzdjlj2yjfzd4"))))
+ (base32 "11p08qrbfh5dz6l5n4c2g8c2gv1qq8aiydq91ryzfzgp49r0j6p0"))))
(build-system cmake-build-system)
(native-inputs
(list doxygen

base-commit: f18d13b5f89c161c6ee88d15ecdaa8d973ee4503
--
2.34.1
Juliana Sims wrote 1 years ago
(address . atai@atai.org)(address . 69601@debbugs.gnu.org)
4U30AS.3E41OVBLHGPD1@incana.org
I tested building this for x86_64 and it seems to work fine.

Thanks!
Juli
Guillaume Le Vaillant wrote 1 years ago
Re: [bug#69601] [PATCH] gnu: gnuradio: Update to 3.10.8.0
(name . Andy Tai)(address . atai@atai.org)(address . 69601-done@debbugs.gnu.org)
87a5n9axn5.fsf@kitej
Patch applied as ce0435f8280cdf481284302f8e8229903733b734.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZerYLg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8D7wD8D/nu7Ka3G/XPwQnz5H3CmvVTdx02GTy28L7W
9H/qkbUA/i+0jfpGXXiJoox4ZhHowQDoAGmqtQecElUX8datynbq
=DH25
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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