unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52531] [PATCH] gnu: gqrx: Update to 2.15.
@ 2021-12-15 23:44 Nikolay Korotkiy
  2021-12-16  4:55 ` bug#52531: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Nikolay Korotkiy @ 2021-12-15 23:44 UTC (permalink / raw)
  To: 52531; +Cc: Nikolay Korotkiy

* gnu/packages/radio.scm (gqrx): Update to 2.15.
---
 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 6e2cacfb4d..ed41f0e137 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -822,16 +822,16 @@ (define-public gr-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))
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52531: [PATCH] gnu: gqrx: Update to 2.15.
  2021-12-15 23:44 [bug#52531] [PATCH] gnu: gqrx: Update to 2.15 Nikolay Korotkiy
@ 2021-12-16  4:55 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-12-16  4:55 UTC (permalink / raw)
  To: Nikolay Korotkiy; +Cc: 52531-done

On Thu, Dec 16, 2021 at 02:44:29AM +0300, Nikolay Korotkiy wrote:
> * gnu/packages/radio.scm (gqrx): Update to 2.15.

Thanks for the patch! Pushed as 33de36e5f9d15592c0490d8dbc68afaa47389cd4




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-16  5:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-15 23:44 [bug#52531] [PATCH] gnu: gqrx: Update to 2.15 Nikolay Korotkiy
2021-12-16  4:55 ` bug#52531: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).