[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: gqrx: Update to 2.13.5.
From: |
guix-commits |
Subject: |
07/08: gnu: gqrx: Update to 2.13.5. |
Date: |
Mon, 9 Nov 2020 04:24:15 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit a79fd1c2d2e699779f57ea823e43d91cb9f471e5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 9 09:30:31 2020 +0100
gnu: gqrx: Update to 2.13.5.
* gnu/packages/radio.scm (gqrx): Update to 2.13.5.
---
gnu/packages/radio.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index f54a8aa..a8d060f 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -538,7 +538,7 @@ to the fix block above.
(define-public gqrx
(package
(name "gqrx")
- (version "2.13.3")
+ (version "2.13.5")
(source
(origin
(method git-fetch)
@@ -547,7 +547,7 @@ to the fix block above.
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0awj5wzq0p677my0065rpqkmfl3jc0bjdrnip8715z8031cd923n"))))
+ (base32 "168wjad5g0ka555hwsciwbj7fqx1c89q59hq1yxj8aiyp5kfcahx"))))
(build-system qt-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
@@ -567,7 +567,7 @@ to the fix block above.
("qtsvg" ,qtsvg)
("volk" ,volk)))
(arguments
- `(#:tests? #f)) ; No tests
+ `(#:tests? #f)) ; no tests
(synopsis "Software defined radio receiver")
(description "Gqrx is a software defined radio (SDR) receiver implemented
using GNU Radio and the Qt GUI toolkit.")
- branch master updated (b9495d0 -> 3d2989d), guix-commits, 2020/11/09
- 01/08: gnu: soci: Update to 4.0.1., guix-commits, 2020/11/09
- 02/08: gnu: soci: Configure LIBDIR normally., guix-commits, 2020/11/09
- 03/08: gnu: soci: Support Firebird., guix-commits, 2020/11/09
- 05/08: gnu: bluefish: Update to 2.2.12., guix-commits, 2020/11/09
- 06/08: gnu: bluefish: Tweak description., guix-commits, 2020/11/09
- 07/08: gnu: gqrx: Update to 2.13.5.,
guix-commits <=
- 04/08: gnu: bluefish: Download source over HTTPS., guix-commits, 2020/11/09
- 08/08: gnu: flrig: Update to 1.3.52., guix-commits, 2020/11/09