[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: sdrangel: Update to 7.10.0.
From: |
guix-commits |
Subject: |
06/06: gnu: sdrangel: Update to 7.10.0. |
Date: |
Wed, 1 Mar 2023 10:33:42 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit ab6e434eaab270fdbb3403935ef177cfec542ea5
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Mar 1 16:30:23 2023 +0100
gnu: sdrangel: Update to 7.10.0.
* gnu/packages/radio.scm (sdrangel): Update to 7.10.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 e5cf6af461..d981445db1 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -2357,7 +2357,7 @@ voice formats.")
(define-public sdrangel
(package
(name "sdrangel")
- (version "7.8.6")
+ (version "7.10.0")
(source
(origin
(method git-fetch)
@@ -2366,7 +2366,7 @@ voice formats.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0znri1sssc9hw4j6s3bmp8hfza88jv2xqvdx8v6z7m2zf4w3dddl"))))
+ (base32 "0rl2qnc9s8cjwv77vfwgj66rz5zbxmixqh0gg6b29s4667pjvil6"))))
(build-system qt-build-system)
(native-inputs
(list doxygen graphviz pkg-config))
- branch master updated (c05adaddb1 -> ab6e434eaa), guix-commits, 2023/03/01
- 02/06: gnu: p2pool: Update to 3.1., guix-commits, 2023/03/01
- 05/06: gnu: csdr: Update to 0.18.1., guix-commits, 2023/03/01
- 06/06: gnu: sdrangel: Update to 7.10.0.,
guix-commits <=
- 01/06: gnu: monero: Update to 0.18.2.0., guix-commits, 2023/03/01
- 03/06: gnu: monero-gui: Update to 0.18.2.0., guix-commits, 2023/03/01
- 04/06: gnu: xmrig: Update to 6.19.0., guix-commits, 2023/03/01