[PATCH] gnu: neofetch: update to 7.0.0

  • Done
  • quality assurance status badge
Details
3 participants
  • Jakub K?dzio?ka
  • Leo Famulari
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 27 Mar 2020 16:51
(address . guix-patches@gnu.org)
87ftdt4wzg.fsf@rohleder.de
* gnu/packages/admin.scm (neofetch): update to 7.0.0
From 8ccb90034ea1aee54b51232b48748b937848aa19 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Fri, 27 Mar 2020 16:46:40 +0100
Subject: [PATCH] * gnu/packages/admin.scm (neofetch): update to 7.0.0

---
gnu/packages/admin.scm | 50 +++++++++++++++++++++---------------------
1 file changed, 25 insertions(+), 25 deletions(-)

Toggle diff (74 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 4d3425d039..b2b5111458 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -31,6 +31,7 @@
;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2927,35 +2928,34 @@ tool for remote execution and deployment.")
(license license:bsd-2)))
(define-public neofetch
- (let ((commit "501d6b7594296d9eac8943140f8581daf555873d"))
- (package
- (name "neofetch")
- (version (git-version "6.1.0" "1" commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/dylanaraps/neofetch")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1h5md9jimyc6z4d7w66j27hn8qghzyxgpkh5h9dclzxpp5cs8whb"))))
- (build-system gnu-build-system)
- (arguments
- `(#:tests? #f ; there are no tests
- #:make-flags
- (list (string-append "PREFIX=" %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 written 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=" %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 written in
Bash. Neofetch displays information about your system next to an image, your OS
logo, or any ASCII file of your choice. The main purpose of Neofetch is to be
used in screenshots to show other users what operating system or distribution
you are running, what theme or icon set you are using, etc.")
- (license license:expat))))
+ (license license:expat)))
(define-public screenfetch
(package
--
2.26.0
--
Press any key to continue or any other key to quit.
-----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-----

L
L
Leo Famulari wrote on 27 Mar 2020 21:44
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 40253@debbugs.gnu.org)
20200327204428.GA16253@jasmine.lan
On Fri, Mar 27, 2020 at 04:51:31PM +0100, Michael Rohleder wrote:
Toggle quote (7 lines)
> * gnu/packages/admin.scm (neofetch): update to 7.0.0

> From 8ccb90034ea1aee54b51232b48748b937848aa19 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike@rohleder.de>
> Date: Fri, 27 Mar 2020 16:46:40 +0100
> Subject: [PATCH] * gnu/packages/admin.scm (neofetch): update to 7.0.0

Thanks! Pushed as 816bce684c2fd5cc1908e27fde2891ecdf25e378 after fixing
cosmetic issues with the commit message (capitalization and
punctuation).
J
J
Jakub K?dzio?ka wrote on 29 Mar 2020 01:38
close 40253
(address . control@debbugs.gnu.org)
20200329003851.owvxksde5su6tgct@gravity
close 40253
thanks
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEE5Xa/ss9usT31cTO54xWnWEYTFWQFAl5/7hQACgkQ4xWnWEYT
FWQKCA//ex4Rw3YE7YoZXZ9XPJbbqQeHnIKjlToJxrhrdgNETmPesX20B9iaOHJk
VcrfQLZCrttoKSup7tqGmUrCfcCdEndxRWZUvJbhmSxuseiKB/WOJ+xuMUflhRHP
O+ibIBW8Qik/CV6DPJyUKKMp6h6bP0DslFlxRTwXehmftHFp2p6YZ4uvq43Hb41K
7gG4XdKFV0f7KI+YJE1Tkt9W3nhKdy0RMDsR9JjnZg2KNLCxBZ/R5eNxdV0+bK1e
u41eASGkVV4uTv8KTqNYE3siHe17iQH/XAte/YHC60crBu7BfNjhPSdPZvDIFyuD
Fjkoeo1drGzTKB5+Bd56eWuRE2f1vjMt6jRPBvbWnAeO/7irwdozupcekbAk8IgP
VD8a7/9ZgYEx6SXhrNgCiH8h943DnXmXrKq8E+nn8JfCJCTbK5YWbXpUwFxdVTm6
fnHLJhYnzF4EfpBCZch6HLVGDGsZWfO8SXopOLixVLFC/zyhxi4TgpZRTeO9bo1P
sqVRycdJh2AmIpZo+ZNxH4ovrMvmBIikmTGRH8O1tnJ/a1rqzHuEjcTnHNeMPWhs
Em+IaimropnvzeR8C6OzFWtSL3H8RgmkSQKcI+oGQKvdL8rHuUDHCjFPJD5mJatN
2Ul0IGVkgKI0BpmyY1l8t0sRfEtzV5SFllE82Aw25NNGZGoUFGk=
=QqA4
-----END PGP SIGNATURE-----


M
M
Michael Rohleder wrote on 28 Mar 2020 18:50
close
(address . 40253-done@debbugs.gnu.org)
877dz42wsl.fsf@rohleder.de
close 40253
Closed
?