all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71564] [PATCH] gnu: gnuradio: Update to 3.10.10.0.
@ 2024-06-15  6:56 Andy Tai
  2024-06-16  8:28 ` [bug#71564] Build failures Andreas Enge
  2024-06-17  4:53 ` [bug#71564] [PATCH v2 0/3] *** Update of gnuradio and fixing dependency build failutes *** Andy Tai
  0 siblings, 2 replies; 9+ messages in thread
From: Andy Tai @ 2024-06-15  6:56 UTC (permalink / raw)
  To: 71564; +Cc: Andy Tai

* 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(-)

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

base-commit: 7770e4140cddd5dc9c9879cb2bfcbd6cd4de59a0
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-06-26 14:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-15  6:56 [bug#71564] [PATCH] gnu: gnuradio: Update to 3.10.10.0 Andy Tai
2024-06-16  8:28 ` [bug#71564] Build failures Andreas Enge
2024-06-17  4:53 ` [bug#71564] [PATCH v2 0/3] *** Update of gnuradio and fixing dependency build failutes *** Andy Tai
2024-06-17  4:53   ` [bug#71564] [PATCH v2 1/3] gnu: gnuradio: Update to 3.10.10.0 Andy Tai
2024-06-17  4:53   ` [bug#71564] [PATCH v2 2/3] gnu: Add volk-gnsssdr Andy Tai
2024-06-26  9:44     ` Guillaume Le Vaillant
2024-06-26 13:31       ` Andy Tai
2024-06-17  4:54   ` [bug#71564] [PATCH v2 3/3] gnu: gnss-sdr: Update to 0.0.19 Andy Tai
2024-06-26 14:35   ` bug#71564: [PATCH v2 0/3] *** Update of gnuradio and fixing dependency build failutes *** Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.