guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: neofetch: Update to 4.0.2.


From: Rutger Helling
Subject: 01/01: gnu: neofetch: Update to 4.0.2.
Date: Fri, 15 Jun 2018 03:18:23 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit abde01f27dc3fb9ec53897c4d9ee36cbca0a8949
Author: Rutger Helling <address@hidden>
Date:   Fri Jun 15 09:16:22 2018 +0200

    gnu: neofetch: Update to 4.0.2.
    
    * gnu/packages/admin.scm (neofetch): Update to 4.0.2.
---
 gnu/packages/admin.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 6e9888c..cf459bf 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2017, 2018 Marius Bakke <address@hidden>
 ;;; Copyright © 2018 Arun Isaac <address@hidden>
 ;;; Copyright © 2018 Pierre-Antoine Rouby <address@hidden>
+;;; Copyright © 2018 Rutger Helling <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2395,7 +2396,7 @@ tool for remote execution and deployment.")
 (define-public neofetch
   (package
     (name "neofetch")
-    (version "3.4.0")
+    (version "4.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/dylanaraps/neofetch/";
@@ -2403,7 +2404,7 @@ tool for remote execution and deployment.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "18rhamy910ig03rr55y9x5i6pf78yj9xc6jpm6nfh3gqja7340rb"))))
+                "014hlbzs6j4b669b64hnq8vc5knwiv9ncw9m9d193p9jsybxpm1w"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; there are no tests



reply via email to

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