guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: light: Update to 1.2.1.


From: guix-commits
Subject: 03/07: gnu: light: Update to 1.2.1.
Date: Tue, 12 Nov 2019 09:13:03 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2053555abb084234bff5d127287cbe90834bf8a9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Nov 12 14:59:40 2019 +0100

    gnu: light: Update to 1.2.1.
    
    * gnu/packages/linux.scm (light): Update to 1.2.1.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4ba7cf4..36549fc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4960,7 +4960,7 @@ monitoring tools for Linux.  These include @code{mpstat}, 
@code{iostat},
 (define-public light
   (package
     (name "light")
-    (version "1.2")
+    (version "1.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4968,7 +4968,7 @@ monitoring tools for Linux.  These include @code{mpstat}, 
@code{iostat},
                      version ".tar.gz"))
               (sha256
                (base32
-                "1gfvsw7gh5pis733l7j54vzp272pvjyzbg8a0pvapfmg0s7mip97"))
+                "14vj7v3mffpp0298vnzymp8ndasa0p3qv8i6iq3f4gc1717yglak"))
               (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

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