GNU bug report logs - #34599
[PATCH] gnu: neofetch: Update to 6.0.0.

Previous Next

Package: guix-patches;

Reported by: Brett Gilio <brettg <at> posteo.net>

Date: Thu, 21 Feb 2019 01:50:01 UTC

Severity: normal

Tags: patch

Done: iyzsong <at> member.fsf.org (宋文武)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Brett Gilio <brettg <at> posteo.net>
Subject: bug#34599: closed (Re: [bug#34599] [PATCH] gnu: neofetch: Update
 to 6.0.0.)
Date: Sun, 24 Feb 2019 03:11:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#34599: [PATCH] gnu: neofetch: Update to 6.0.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 34599 <at> debbugs.gnu.org.

-- 
34599: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34599
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: iyzsong <at> member.fsf.org (宋文武)
To: Brett Gilio <brettg <at> posteo.net>
Cc: 34599-done <at> debbugs.gnu.org
Subject: Re: [bug#34599] [PATCH] gnu: neofetch: Update to 6.0.0.
Date: Sun, 24 Feb 2019 11:09:57 +0800
Brett Gilio <brettg <at> posteo.net> writes:

>>From b054fa4ada8c2940256ce4b2698d83f2ae5c7ff2 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> posteo.net>
> Date: Wed, 20 Feb 2019 19:48:27 -0600
> Subject: [PATCH] gnu: neofetch: Update to 6.0.0.

Pushed, thank you!

[Message part 3 (message/rfc822, inline)]
From: Brett Gilio <brettg <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: neofetch: Update to 6.0.0.
Date: Wed, 20 Feb 2019 19:49:20 -0600
[0001-gnu-neofetch-Update-to-6.0.0.patch (text/x-patch, inline)]
From b054fa4ada8c2940256ce4b2698d83f2ae5c7ff2 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> 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




This bug report was last modified 6 years and 171 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.