guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gqrx: Update to 2.13.3.


From: guix-commits
Subject: branch master updated: gnu: gqrx: Update to 2.13.3.
Date: Thu, 05 Nov 2020 17:45:36 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ae9fbec  gnu: gqrx: Update to 2.13.3.
ae9fbec is described below

commit ae9fbece008d73827a8df2fbaae2f039a9575ee4
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Nov 5 17:44:13 2020 -0500

    gnu: gqrx: Update to 2.13.3.
    
    * gnu/packages/radio.scm (gqrx): Update to 2.13.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 9592474..f54a8aa 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.12.1")
+    (version "2.13.3")
     (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 "00alf3q6y313xpx6p7v43vqsphd2x4am4q362lw21bcy9wc4jidw"))))
+        (base32 "0awj5wzq0p677my0065rpqkmfl3jc0bjdrnip8715z8031cd923n"))))
     (build-system qt-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]