From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35714) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMsUz-0002xq-Rc for guix-patches@gnu.org; Fri, 10 Apr 2020 08:11:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMsUw-0004EN-FK for guix-patches@gnu.org; Fri, 10 Apr 2020 08:11:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43295) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jMsUw-0004EF-2W for guix-patches@gnu.org; Fri, 10 Apr 2020 08:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jMsUv-0002cW-U7 for guix-patches@gnu.org; Fri, 10 Apr 2020 08:11:01 -0400 Subject: [bug#40536] [PATCH] Upgrade pianobar to 2020.04.05 Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:59199) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMrhE-0005UN-To for guix-patches@gnu.org; Fri, 10 Apr 2020 07:19:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMrhD-00005G-Ng for guix-patches@gnu.org; Fri, 10 Apr 2020 07:19:40 -0400 Received: from luma.6xq.net ([78.47.253.203]:57748) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jMrhD-0008Ux-8D for guix-patches@gnu.org; Fri, 10 Apr 2020 07:19:39 -0400 Received: from localhost (dynamic-2a01-0c23-8444-3800-cdc4-291e-e9b3-3810.c23.pool.telefonica.de [IPv6:2a01:c23:8444:3800:cdc4:291e:e9b3:3810]) by luma.6xq.net (Postfix) with ESMTPSA id B4754C3276 for ; Fri, 10 Apr 2020 13:19:30 +0200 (CEST) Date: Fri, 10 Apr 2020 13:19:29 +0200 From: Lars-Dominik Braun Message-ID: <20200410111929.GA1424@noor.fritz.box> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40536@debbugs.gnu.org --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, the attached patch upgrades pianobar to version 2020.04.05. Cheers, Lars --n8g4imXOkfNTN/H1 Content-Type: text/x-diff; charset=iso-8859-1 Content-Disposition: attachment; filename="0001-gnu-pianobar-Update-to-2020.04.05.patch" Content-Transfer-Encoding: quoted-printable >From d6a8a0155e52ac9572d9c8a80420ba70e54ebb25 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 10 Apr 2020 13:16:54 +0200 Subject: [PATCH] gnu: pianobar: Update to 2020.04.05 * gnu/packages/music.scm (pianobar): Update to 2020.04.05. --- gnu/packages/music.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 5257d9463a..cad6bf35ea 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -26,6 +26,7 @@ ;;; Copyright =A9 2019 David Wilson ;;; Copyright =A9 2019, 2020 Alexandros Theodotou ;;; Copyright =A9 2020 Vincent Legoll +;;; Copyright =A9 2020 Lars-Dominik Braun ;;; ;;; This file is part of GNU Guix. ;;; @@ -2671,7 +2672,7 @@ tune-in sender list from @url{http://opml.radiotime= .com}.") (define-public pianobar (package (name "pianobar") - (version "2019.02.14") + (version "2020.04.05") (source (origin (method git-fetch) (uri (git-reference @@ -2680,7 +2681,7 @@ tune-in sender list from @url{http://opml.radiotime= .com}.") (file-name (git-file-name name version)) (sha256 (base32 - "1bfabkj3m9kmhxl64w4azmi0xf7w52fmqfbw2ag28hbb5yy01k1m"))= )) + "1gq8kpks6nychqz4gf0rpy7mrhz5vjw48a60x56j6y9flmazmypw"))= )) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests --=20 2.24.1 --n8g4imXOkfNTN/H1--