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


From: guix-commits
Subject: branch master updated: gnu: gqrx: Update to 2.15.4.
Date: Tue, 18 Jan 2022 13:31:06 -0500

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

glv pushed a commit to branch master
in repository guix.

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

commit 1bd250783d7118c3101dd2a6e090f3d6904b24a0
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Jan 18 19:21:09 2022 +0100

    gnu: gqrx: Update to 2.15.4.
    
    * gnu/packages/radio.scm (gqrx): Update to 2.15.4.
---
 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 b40332aee8..bba064c672 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -822,7 +822,7 @@ satellites.")
 (define-public gqrx
   (package
     (name "gqrx")
-    (version "2.15")
+    (version "2.15.4")
     (source
      (origin
        (method git-fetch)
@@ -831,7 +831,7 @@ satellites.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1a81wrsl3bj2g3dyd21mka45sfhygbncpkp29ggfvrzffvj1axlv"))))
+        (base32 "0r5pdj2l6zs2zvkc1bd7kg9vzx25pcgiw025n5yc841m8yg6n2c9"))))
     (build-system qt-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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