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.15.


From: guix-commits
Subject: branch master updated: gnu: gqrx: Update to 2.15.
Date: Wed, 15 Dec 2021 23:54:49 -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 33de36e  gnu: gqrx: Update to 2.15.
33de36e is described below

commit 33de36e5f9d15592c0490d8dbc68afaa47389cd4
Author: Nikolay Korotkiy <sikmir@gmail.com>
AuthorDate: Thu Dec 16 02:44:29 2021 +0300

    gnu: gqrx: Update to 2.15.
    
    * gnu/packages/radio.scm (gqrx): Update to 2.15.
    [source]: Update source URI.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 6e2cacf..ed41f0e 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -822,16 +822,16 @@ 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))



reply via email to

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