From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37246) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1heM2G-00034Z-V8 for guix-patches@gnu.org; Fri, 21 Jun 2019 12:05:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1heM2D-0006X5-7n for guix-patches@gnu.org; Fri, 21 Jun 2019 12:05:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37100) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1heM2A-0006TP-QU for guix-patches@gnu.org; Fri, 21 Jun 2019 12:05:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1heM2A-0001kY-Ik for guix-patches@gnu.org; Fri, 21 Jun 2019 12:05:02 -0400 Subject: [bug#36323] [PATCH] gnu: cmus: Update to 2.8.0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:35681) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1heLv8-0007OC-8Z for guix-patches@gnu.org; Fri, 21 Jun 2019 11:57:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1heLv7-00041h-0Z for guix-patches@gnu.org; Fri, 21 Jun 2019 11:57:46 -0400 Received: from bsn-77-101-244.static.siol.net ([193.77.101.244]:56438 helo=araneo.si) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1heLv6-0003n5-CB for guix-patches@gnu.org; Fri, 21 Jun 2019 11:57:44 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 0cebbb7d for ; Fri, 21 Jun 2019 15:57:36 +0000 (UTC) From: Timotej Lazar Date: Fri, 21 Jun 2019 17:56:42 +0200 Message-Id: <20190621155642.7127-1-timotej.lazar@araneo.si> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 36323@debbugs.gnu.org Cc: Timotej Lazar * gnu/packages/music.scm (cmus): Update to 2.8.0. --- 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 1c0a4f3982..bb73c6971a 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -20,6 +20,7 @@ ;;; Copyright © 2018 Ludovic Courtès ;;; Copyright © 2018 Björn Höfling ;;; Copyright © 2019 Gabriel Hondet +;;; Copyright © 2019 Timotej Lazar ;;; ;;; This file is part of GNU Guix. ;;; @@ -314,7 +315,7 @@ playing your music.") (define-public cmus (package (name "cmus") - (version "2.7.1") + (version "2.8.0") (source (origin (method git-fetch) (uri (git-reference @@ -323,7 +324,7 @@ playing your music.") (file-name (git-file-name name version)) (sha256 (base32 - "0xd96py21bl869qlv1353zw7xsgq6v5s8szr0ldr63zj5fgc2ps5")))) + "1ydnvq13ay8b8mfmmgwi5qsgyf220yi1d01acbnxqn775dghmwar")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; cmus does not include tests -- 2.22.0