guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gqrx: Update to 2.15.10.


From: guix-commits
Subject: 02/02: gnu: gqrx: Update to 2.15.10.
Date: Mon, 17 Apr 2023 11:37:14 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 50dd91bc30634c75c0001cfd38bbcc2fbbeb894e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Apr 17 17:35:50 2023 +0200

    gnu: gqrx: Update to 2.15.10.
    
    * gnu/packages/radio.scm (gqrx): Update to 2.15.10.
---
 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 02509ea146..5999257433 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.9")
+    (version "2.15.10")
     (source
      (origin
        (method git-fetch)
@@ -1107,7 +1107,7 @@ satellites.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1a70lmcidp5ccmpvlvpfk1g7pshyp8xq2k0kgxrplf8za5hns019"))))
+        (base32 "0c1s3y7w0gcav666mnkwkb60cczab0rkwdkaqicq1768fsgyhad3"))))
     (build-system qt-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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