[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: gqrx: Update to 2.16.
From: |
guix-commits |
Subject: |
01/03: gnu: gqrx: Update to 2.16. |
Date: |
Wed, 3 May 2023 04:39:33 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit cdd83a5014099e065247d9c432e09e8d52d39ccf
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed May 3 10:10:15 2023 +0200
gnu: gqrx: Update to 2.16.
* gnu/packages/radio.scm (gqrx): Update to 2.16.
---
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 1f73c6171d..d8b7913739 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1098,7 +1098,7 @@ satellites.")
(define-public gqrx
(package
(name "gqrx")
- (version "2.15.10")
+ (version "2.16")
(source
(origin
(method git-fetch)
@@ -1107,7 +1107,7 @@ satellites.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0c1s3y7w0gcav666mnkwkb60cczab0rkwdkaqicq1768fsgyhad3"))))
+ (base32 "189cgmp88kabv823l5bfn1xfyyj6sldi5sdbmflvncxicf51b0yp"))))
(build-system qt-build-system)
(native-inputs
(list pkg-config))