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.1.0.


From: guix-commits
Subject: 01/05: gnu: neofetch: Update to 6.1.0.
Date: Wed, 11 Sep 2019 16:56:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bfebc73a748dd4edb3581f5b1cf6308559915bf1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Sep 11 22:27:59 2019 +0200

    gnu: neofetch: Update to 6.1.0.
    
    * gnu/packages/admin.scm (neofetch): Update to 6.1.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 3e75b73..2e072de 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2725,7 +2725,7 @@ tool for remote execution and deployment.")
 (define-public neofetch
   (package
     (name "neofetch")
-    (version "6.0.0")
+    (version "6.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2733,7 +2733,7 @@ tool for remote execution and deployment.")
                     (commit version)))
               (sha256
                (base32
-                "0j0r40llyry1sgc6p9wd7jrpydps2lnj4rwajjp37697g2bik89i"))))
+                "022xzn9jk18k2f4b6011d8jk5nbl84i3mw3inlz4q52p2hvk8fch"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; there are no tests



reply via email to

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