[PATCH] gnu: neofetch: Update to 6.0.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • 宋文武
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87o975vrkv.fsf@posteo.net
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(-)

Toggle diff (24 lines)
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
宋文武 wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34599-done@debbugs.gnu.org)
87pnrhg9ve.fsf@member.fsf.org
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (5 lines)
>>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.

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34599@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34599
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help