guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: neofetch: Update to 6.0.0.


From: guix-commits
Subject: 01/05: gnu: neofetch: Update to 6.0.0.
Date: Sat, 23 Feb 2019 22:09:06 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 07f3387a84c8381beaace84273d7ba15400e2ad3
Author: Brett Gilio <address@hidden>
Date:   Wed Feb 20 19:48:27 2019 -0600

    gnu: neofetch: Update to 6.0.0.
    
    * gnu/packages/admin.scm (neofetch): Update to 6.0.0.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 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 24486ce..97160b8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]