all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Evan Straw <evan.straw99@gmail.com>
To: 38842@debbugs.gnu.org
Subject: [bug#38842] [PATCH 1/3] gnu: rtl-sdr: Update to 0.6.0.
Date: Wed, 01 Jan 2020 03:20:22 +0000	[thread overview]
Message-ID: <877e2bhngp.fsf@gmail.com> (raw)
In-Reply-To: <87a777hnrb.fsf@gmail.com>


[-- Attachment #1.1: [PATCH 1/3] gnu: rtl-sdr: Update to 0.6.0. --]
[-- Type: text/x-patch, Size: 1578 bytes --]

From 37610c74bf48b0005b002415bf04d425e5509e36 Mon Sep 17 00:00:00 2001
From: Evan Straw <evan.straw99@gmail.com>
Date: Tue, 31 Dec 2019 14:21:52 -0800
Subject: [PATCH 1/3] gnu: rtl-sdr: Update to 0.6.0.

* gnu/packages/ham-radio.scm (rtl-sdr): Update to 0.6.0.
---
 gnu/packages/ham-radio.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/ham-radio.scm b/gnu/packages/ham-radio.scm
index 9f0adca940..e82865f2f5 100644
--- a/gnu/packages/ham-radio.scm
+++ b/gnu/packages/ham-radio.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2017, 2018, 2019 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2019 Evan Straw <evan.straw99@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -36,15 +37,17 @@
 (define-public rtl-sdr
   (package
     (name "rtl-sdr")
-    (version "0.5.3")
+    (version "0.6.0")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://cgit.osmocom.org/rtl-sdr/snapshot/rtl-sdr-"
-                           version ".tar.xz"))
+       (method git-fetch)
+       (uri (git-reference
+		  (url "git://git.osmocom.org/rtl-sdr.git")
+		  (commit version)))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "08awca3v28sa4lxym4r81pzf0la0j86wbmpyhv3xd53an9gkpjy9"))))
+         "0lmvsnb4xw4hmz6zs0z5ilsah5hjz29g1s0050n59fllskqr3b8k"))))
     (build-system cmake-build-system)
     (inputs
      `(("libusb" ,libusb)))
-- 
2.20.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2020-01-01  3:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-01  3:14 [bug#38842] [PATCH] Update rtl-sdr and add redsea Evan Straw
2020-01-01  3:20 ` Evan Straw [this message]
2020-01-01 22:03   ` [bug#38842] [PATCH 1/3] gnu: rtl-sdr: Update to 0.6.0 Ricardo Wurmus
2020-01-01  3:21 ` [bug#38842] [PATCH 2/3] gnu: Add liquid-dsp Evan Straw
2020-01-01 22:06   ` Ricardo Wurmus
2020-01-01 22:27     ` Evan Straw
2020-01-01  3:21 ` [bug#38842] [PATCH 3/3] gnu: Add redsea Evan Straw
2020-01-01 22:11   ` Ricardo Wurmus
2020-01-01 22:54 ` [bug#38842] [PATCH v2 2/3] gnu: Add liquid-dsp Evan Straw
2020-01-01 23:08 ` [bug#38842] [PATCH v3 " Evan Straw
2020-01-01 23:24 ` [bug#38842] [PATCH v2 3/3] gnu: Add redsea Evan Straw
2020-01-16  7:34   ` Evan Straw
2020-03-12 12:12 ` bug#38842: [PATCH] Update rtl-sdr and add redsea Jonathan Brielmaier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877e2bhngp.fsf@gmail.com \
    --to=evan.straw99@gmail.com \
    --cc=38842@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.