[PATCH] gnu: gnuradio: Update to 3.10.11.0.

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

Debbugs page

Andy Tai wrote 2 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
5aff01c38b6030390746d5af6032c446e3dbea85.1737182867.git.atai@atai.org
* gnu/packages/radio.scm (gnuradio): Update to 3.10.11.0.

Change-Id: I4d8b83effcadd831f1cfc769bfcfb90d4a1439f5
---
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 7816daf0fa..3cb06aeb3b 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -797,7 +797,7 @@ (define-public redsea
(define-public gnuradio
(package
(name "gnuradio")
- (version "3.10.10.0")
+ (version "3.10.11.0")
(source
(origin
(method git-fetch)
@@ -806,7 +806,7 @@ (define-public gnuradio
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1jq94nycccpgw2cc39hgixjq7cqdw836bnz0fvmynfg3f22mcid4"))))
+ (base32 "1px44c9clafivjw37zy6h6d94xf70v7i5iyarrdgm6cr7x95grj0"))))
(build-system cmake-build-system)
(native-inputs
(list doxygen

base-commit: 87045f0982bd7aebb07b380cbf322651227546f4
--
2.34.1
Guillaume Le Vaillant wrote 2 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 75643-done@debbugs.gnu.org)
87y0z30yp7.fsf@kitej
Patch applied as 3e7047e058ba4a423e7f63302eee2bd4d748bfca.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZ5DxVA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9JnAD+IrCjNPQN8RVLpQlJuLCAZ5anccqrPJJBNoKc
qpgrxPoA/0uVwBdD11nCaozx+hOqnqC6AkXxE76UQHj2tqK4o6uA
=+Z6b
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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