guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#56282] [PATCH 6/7] gnu: gr-satellites: Update to 4.6.0.


From: Greg Hogan
Subject: [bug#56282] [PATCH 6/7] gnu: gr-satellites: Update to 4.6.0.
Date: Tue, 28 Jun 2022 15:22:52 +0000

* gnu/packages/radio.scm (gr-satellites): Update to 4.6.0.
---
 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 e014707e44..d7b7f60d97 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -847,7 +847,7 @@ (define-public gr-iqbal
 (define-public gr-satellites
   (package
     (name "gr-satellites")
-    (version "4.2.0")
+    (version "4.6.0")
     (source
      (origin
        (method git-fetch)
@@ -856,7 +856,7 @@ (define-public gr-satellites
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01p9cnwjxas3pkqr9m5fnrgm45cji0sfdqqa51hzy7izx9vgzaf8"))))
+        (base32 "0mcrxwb27n2v8v8vmcmmm1pbmy3c02a22mz2wnpdsfb2163qpchw"))))
     (build-system cmake-build-system)
     (native-inputs
      (list pkg-config pybind11 python-six))
-- 
2.36.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]