From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwdUz-0005Vd-M4 for guix-patches@gnu.org; Wed, 20 Feb 2019 20:50:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwdUx-0000qX-NZ for guix-patches@gnu.org; Wed, 20 Feb 2019 20:50:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58054) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwdUw-0000ph-8p for guix-patches@gnu.org; Wed, 20 Feb 2019 20:50:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gwdUv-0007Af-O2 for guix-patches@gnu.org; Wed, 20 Feb 2019 20:50:01 -0500 Subject: [bug#34599] [PATCH] gnu: neofetch: Update to 6.0.0. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:46901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwdUZ-0005Rb-CG for guix-patches@gnu.org; Wed, 20 Feb 2019 20:49:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwdUX-0000gi-Pe for guix-patches@gnu.org; Wed, 20 Feb 2019 20:49:39 -0500 Received: from mout01.posteo.de ([185.67.36.65]:48305) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gwdUX-0000d5-8X for guix-patches@gnu.org; Wed, 20 Feb 2019 20:49:37 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 197B116005D for ; Thu, 21 Feb 2019 02:49:28 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 444cpb0dwDz6tm5 for ; Thu, 21 Feb 2019 02:49:26 +0100 (CET) From: Brett Gilio Date: Wed, 20 Feb 2019 19:49:20 -0600 Message-ID: <87o975vrkv.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-neofetch-Update-to-6.0.0.patch Content-Description: [PATCH] gnu: neofetch: Update to 6.0.0. 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: 34599@debbugs.gnu.org >From b054fa4ada8c2940256ce4b2698d83f2ae5c7ff2 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Wed, 20 Feb 2019 19:48:27 -0600 Subject: [PATCH] gnu: neofetch: Update to 6.0.0. * gnu/packages/admin.scm (neofetch): Update to 6.0.0. --- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 24486cec1..97160b8f8 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2464,7 +2464,7 @@ tool for remote execution and deployment.") (define-public neofetch (package (name "neofetch") - (version "5.0.0") + (version "6.0.0") (source (origin (method git-fetch) (uri (git-reference @@ -2472,7 +2472,7 @@ tool for remote execution and deployment.") (commit version))) (sha256 (base32 - "0yzyi2p0d8xp576lxyv5m9h60dl1d5dmrn40aad307872835b9rr")))) + "0j0r40llyry1sgc6p9wd7jrpydps2lnj4rwajjp37697g2bik89i")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; there are no tests -- 2.20.1