GNU bug report logs - #52531
[PATCH] gnu: gqrx: Update to 2.15.

Previous Next

Package: guix-patches;

Reported by: Nikolay Korotkiy <sikmir <at> gmail.com>

Date: Wed, 15 Dec 2021 23:45:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#52531: closed ([PATCH] gnu: gqrx: Update to 2.15.)
Date: Thu, 16 Dec 2021 04:56:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 15 Dec 2021 23:55:03 -0500
with message-id <YbrGp5mFIpkK5+yS <at> jasmine.lan>
and subject line Re: [bug#52531] [PATCH] gnu: gqrx: Update to 2.15.
has caused the debbugs.gnu.org bug report #52531,
regarding [PATCH] gnu: gqrx: Update to 2.15.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
52531: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52531
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nikolay Korotkiy <sikmir <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Nikolay Korotkiy <sikmir <at> gmail.com>
Subject: [PATCH] gnu: gqrx: Update to 2.15.
Date: Thu, 16 Dec 2021 02:44:29 +0300
* 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



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Nikolay Korotkiy <sikmir <at> gmail.com>
Cc: 52531-done <at> debbugs.gnu.org
Subject: Re: [bug#52531] [PATCH] gnu: gqrx: Update to 2.15.
Date: Wed, 15 Dec 2021 23:55:03 -0500
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


This bug report was last modified 3 years and 157 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.