guix-commits
[Top][All Lists]
Advanced

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

14/16: gnu: light: Update to 1.1.


From: Tobias Geerinckx-Rice
Subject: 14/16: gnu: light: Update to 1.1.
Date: Fri, 15 Jun 2018 03:57:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a756fa5ac06ad9934c6efcb9c5fe881834e94e52
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 15 02:50:58 2018 +0200

    gnu: light: Update to 1.1.
    
    * gnu/packages/linux.scm (light): Update to 1.1.
    [source]: Switch to GIT-FETCH.
---
 gnu/packages/linux.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8be3634..dbf3ab3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4036,23 +4036,23 @@ monitoring tools for Linux.  These include 
@code{mpstat}, @code{iostat},
 (define-public light
   (package
     (name "light")
-    (version "1.0")
+    (version "1.1")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/haikarainen/"; name
-                                  "/archive/v" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/haikarainen/light";)
+                    (commit version)))
               (sha256
                (base32
-                "0r5gn6c0jcxknzybl6059dplxv46dpahchqq4gymrs7z8bp0hilp"))
-              (file-name (string-append name "-" version ".tar.gz"))))
+                "1qra8yzsga29bxlvq63v1db071a1xdji7i60p4kzrciidm1206js"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:tests? #f ; no tests
+     '(#:tests? #f                      ; no tests
        #:make-flags (list "CC=gcc"
                           (string-append "PREFIX=" %output))
        #:phases
        (modify-phases %standard-phases
-         (delete 'configure)
+         (delete 'configure)            ; no configure script
          (add-after 'unpack 'patch-makefile
            (lambda _
              (substitute* "Makefile" (("chown") "#")))))))



reply via email to

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