From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55608) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHrHB-0002rv-IR for guix-patches@gnu.org; Fri, 27 Mar 2020 11:52:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHrHA-0000sq-3Y for guix-patches@gnu.org; Fri, 27 Mar 2020 11:52:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55524) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jHrH9-0000rJ-LT for guix-patches@gnu.org; Fri, 27 Mar 2020 11:52:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jHrH8-0007xj-K3 for guix-patches@gnu.org; Fri, 27 Mar 2020 11:52:02 -0400 Subject: [bug#40253] [PATCH] gnu: neofetch: update to 7.0.0 Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:55443) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHrGl-0002as-6d for guix-patches@gnu.org; Fri, 27 Mar 2020 11:51:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHrGj-00089h-QJ for guix-patches@gnu.org; Fri, 27 Mar 2020 11:51:39 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:60676) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jHrGj-00083a-HK for guix-patches@gnu.org; Fri, 27 Mar 2020 11:51:37 -0400 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with smtp (Exim 4.93) (envelope-from ) id 1jHrGf-00056F-25 for guix-patches@gnu.org; Fri, 27 Mar 2020 16:51:34 +0100 From: Michael Rohleder Date: Fri, 27 Mar 2020 16:51:31 +0100 Message-ID: <87ftdt4wzg.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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: 40253@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain * gnu/packages/admin.scm (neofetch): update to 7.0.0 --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-packages-admin.scm-neofetch-update-to-7.0.0.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] * gnu/packages/admin.scm (neofetch): update to 7.0.0 From=208ccb90034ea1aee54b51232b48748b937848aa19 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Fri, 27 Mar 2020 16:46:40 +0100 Subject: [PATCH] * gnu/packages/admin.scm (neofetch): update to 7.0.0 =2D-- gnu/packages/admin.scm | 50 +++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 4d3425d039..b2b5111458 100644 =2D-- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -31,6 +31,7 @@ ;;; Copyright =C2=A9 2019 Guillaume Le Vaillant ;;; Copyright =C2=A9 2019 Mathieu Othacehe ;;; Copyright =C2=A9 2020 Oleg Pykhalov +;;; Copyright =C2=A9 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -2927,35 +2928,34 @@ tool for remote execution and deployment.") (license license:bsd-2))) =20 (define-public neofetch =2D (let ((commit "501d6b7594296d9eac8943140f8581daf555873d")) =2D (package =2D (name "neofetch") =2D (version (git-version "6.1.0" "1" commit)) =2D (source (origin =2D (method git-fetch) =2D (uri (git-reference =2D (url "https://github.com/dylanaraps/neofetch") =2D (commit commit))) =2D (file-name (git-file-name name version)) =2D (sha256 =2D (base32 =2D "1h5md9jimyc6z4d7w66j27hn8qghzyxgpkh5h9dclzxpp5cs8whb"= )))) =2D (build-system gnu-build-system) =2D (arguments =2D `(#:tests? #f ; there are no tests =2D #:make-flags =2D (list (string-append "PREFIX=3D" %output)) =2D #:phases =2D (modify-phases %standard-phases =2D (delete 'configure)))) ; no configure script =2D (home-page "https://github.com/dylanaraps/neofetch") =2D (synopsis "System information script") =2D (description "Neofetch is a command-line system information tool w= ritten in + (package + (name "neofetch") + (version "7.0.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/dylanaraps/neofetch") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xc0fdc7n5bhqirh83agqiy8r14l14zwca07czvj8vgnsnfybslr")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; there are no tests + #:make-flags + (list (string-append "PREFIX=3D" %output)) + #:phases + (modify-phases %standard-phases + (delete 'configure)))) ; no configure script + (home-page "https://github.com/dylanaraps/neofetch") + (synopsis "System information script") + (description "Neofetch is a command-line system information tool writt= en in Bash. Neofetch displays information about your system next to an image, y= our OS logo, or any ASCII file of your choice. The main purpose of Neofetch is t= o be used in screenshots to show other users what operating system or distribut= ion you are running, what theme or icon set you are using, etc.") =2D (license license:expat)))) + (license license:expat))) =20 (define-public screenfetch (package =2D-=20 2.26.0 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 Press any key to continue or any other key to quit. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl5+IQMACgkQfHr/vv7y yyVUpwf/U2CPsJODm8T0BD1yy0gC00tur7qst3RUFjbG+61ucyxTiNXv4vJxEPpi jp8WyrA1q/g6J0qBK4FCqDXsaYERUNdqH68k7QHP86dlZl2dcRohVkMZew7sXvPa WPbSWyLuPHew3GmCoojAA5LrSwQbrVnXLUmAqaXa96b76As2MxwX/rp1ZHNNebd9 t8WXL8+qnvS5L/vIuLV25wi7N2dYm5k+x2Dj1UfoQv7El3Li27JXTARqNQtvToYy GNphHMgSFmHt+4uKxZPReUh+eUzyGJJDf3pIlKhe0d1y3XBCSaTAI5rkNy+nBpIu IhzKlXtcWxjJPhB7q7y/C7AqZ89c3A== =bxk9 -----END PGP SIGNATURE----- --==-=-=--