[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: soapyrtlsdr: Update to 0.3.3.
From: |
guix-commits |
Subject: |
04/13: gnu: soapyrtlsdr: Update to 0.3.3. |
Date: |
Wed, 14 Dec 2022 12:24:43 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 3a5940b82c8fbc5c69209d1ca76fe1f96cde296e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Dec 14 17:45:07 2022 +0100
gnu: soapyrtlsdr: Update to 0.3.3.
* gnu/packages/radio.scm (soapyrtlsdr): Update to 0.3.3.
---
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 51f9240a07..5b12cbfdfa 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -456,7 +456,7 @@ controls for certain tuners which may be paired with an
audio device.")
(define-public soapyrtlsdr
(package
(name "soapyrtlsdr")
- (version "0.3.2")
+ (version "0.3.3")
(source
(origin
(method git-fetch)
@@ -465,7 +465,7 @@ controls for certain tuners which may be paired with an
audio device.")
(commit (string-append "soapy-rtl-sdr-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dlnryj6k20pk7w7v4v13y099r7ikhvlzbgzgphmi5cxkdv0shrd"))))
+ (base32 "0g1d69lpqw9c8hkir0h61nh40rgyz9p9x04xcfdih7iw26n5vai1"))))
(build-system cmake-build-system)
(inputs
(list rtl-sdr soapysdr))
- branch master updated (2f707f9493 -> e7b2433484), guix-commits, 2022/12/14
- 03/13: gnu: soapyhackrf: Update to 0.3.4-1.6c0c33f., guix-commits, 2022/12/14
- 04/13: gnu: soapyrtlsdr: Update to 0.3.3.,
guix-commits <=
- 01/13: gnu: hackrf: Update to 2022.09.1., guix-commits, 2022/12/14
- 06/13: gnu: xnec2c: Update to 4.4.12., guix-commits, 2022/12/14
- 07/13: gnu: dump1090: Update to 8.2., guix-commits, 2022/12/14
- 08/13: gnu: dump1090 : Improve style., guix-commits, 2022/12/14
- 05/13: gnu: gqrx: Update to 2.15.9., guix-commits, 2022/12/14
- 02/13: gnu: hackrf: Improve style., guix-commits, 2022/12/14
- 09/13: gnu: rtl-433: Update to 22.11., guix-commits, 2022/12/14
- 13/13: gnu: rfcat: Improve style., guix-commits, 2022/12/14
- 11/13: gnu: wfview: Update to 1.50., guix-commits, 2022/12/14
- 10/13: gnu: multimon-ng: Update to 1.2.0., guix-commits, 2022/12/14