* [bug#34599] [PATCH] gnu: neofetch: Update to 6.0.0.
@ 2019-02-21 1:49 Brett Gilio
2019-02-24 3:09 ` bug#34599: " 宋文武
0 siblings, 1 reply; 2+ messages in thread
From: Brett Gilio @ 2019-02-21 1:49 UTC (permalink / raw)
To: 34599
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] gnu: neofetch: Update to 6.0.0. --]
[-- Type: text/x-patch, Size: 1184 bytes --]
From b054fa4ada8c2940256ce4b2698d83f2ae5c7ff2 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-24 3:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 1:49 [bug#34599] [PATCH] gnu: neofetch: Update to 6.0.0 Brett Gilio
2019-02-24 3:09 ` bug#34599: " 宋文武
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.