guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: neofetch: Don't use auto-generated tarball.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: neofetch: Don't use auto-generated tarball.
Date: Wed, 20 Jun 2018 08:40:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7e04f210e3f5f37fc79c578f85215feff4de1773
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 20 14:33:13 2018 +0200

    gnu: neofetch: Don't use auto-generated tarball.
    
    * gnu/packages/admin.scm (neofetch)[source]: Use GIT-FETCH.
---
 gnu/packages/admin.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index fa8e600..9fd5215 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2393,13 +2393,13 @@ tool for remote execution and deployment.")
     (name "neofetch")
     (version "5.0.0")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/dylanaraps/neofetch/";
-                                  "archive/" version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/dylanaraps/neofetch";)
+                    (commit version)))
               (sha256
                (base32
-                "1cwmv54rrr6laqpkkczfyl45ggf8j0xcbnwlg41qmf43px9lhkra"))))
+                "0yzyi2p0d8xp576lxyv5m9h60dl1d5dmrn40aad307872835b9rr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; there are no tests



reply via email to

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