GNU bug report logs -
#52531
[PATCH] gnu: gqrx: Update to 2.15.
Previous Next
Reported by: Nikolay Korotkiy <sikmir <at> gmail.com>
Date: Wed, 15 Dec 2021 23:45:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/radio.scm (gqrx): Update to 2.15.
---
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 6e2cacfb4d..ed41f0e137 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -822,16 +822,16 @@ (define-public gr-satellites
(define-public gqrx
(package
(name "gqrx")
- (version "2.14.6")
+ (version "2.15")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/csete/gqrx")
+ (url "https://github.com/gqrx-sdr/gqrx")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0gz875fbg0ffdi7icm0hqg0dz33hdfszi70b7cax1fcgq5fr1j8c"))))
+ (base32 "1a81wrsl3bj2g3dyd21mka45sfhygbncpkp29ggfvrzffvj1axlv"))))
(build-system qt-build-system)
(native-inputs
(list pkg-config))
--
2.34.0
This bug report was last modified 3 years and 157 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.