diff mbox series

[bug#71564] gnu: gnuradio: Update to 3.10.10.0.

Message ID da094f9c32365953b869054ce88db5a6f5bcb6e2.1718434575.git.atai@atai.org
State New
Headers show
Series [bug#71564] gnu: gnuradio: Update to 3.10.10.0. | expand

Commit Message

Andy Tai June 15, 2024, 6:56 a.m. UTC
* gnu/packages/radio.scm (gnuradio): Update to 3.10.10.0.

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


base-commit: 7770e4140cddd5dc9c9879cb2bfcbd6cd4de59a0

Comments

Andreas Enge June 16, 2024, 8:28 a.m. UTC | #1
Hello Andy,

as one can see on QA:
   https://qa.guix.gnu.org/issue/71564
the upgrade of gnuradio makes the dependent gnss-sdr package fail.

There is a new update of the latter, so I think it would be worthwhile
to try the following:
- Update gnss-sdr and see whether it still builds with the current
  gnuradio; if yes, this would be an obvious first patch to apply.
- Then try to update gnuradio again, hoping the latest gnss-sdr
  will still be happy with it.
Or if the first test fails, maybe the second one with both new packages
will work.

Since there are not so many packages depending on gnuradio
("guix refresh -l gnuradio" shows 7), the effect of the updates could
already be checked locally.

Would you like to investigate this? 

Thanks,

Andreas
diff mbox series

Patch

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 56e674a8ed..daab0f4be0 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -793,7 +793,7 @@  (define-public redsea
 (define-public gnuradio
   (package
     (name "gnuradio")
-    (version "3.10.8.0")
+    (version "3.10.10.0")
     (source
      (origin
        (method git-fetch)
@@ -802,7 +802,7 @@  (define-public gnuradio
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11p08qrbfh5dz6l5n4c2g8c2gv1qq8aiydq91ryzfzgp49r0j6p0"))))
+        (base32 "1jq94nycccpgw2cc39hgixjq7cqdw836bnz0fvmynfg3f22mcid4"))))
     (build-system cmake-build-system)
     (native-inputs
      (list doxygen