gnu: light: Update to 1.2.2.
* gnu/packages/linux.scm (light): Update to 1.2.2.master
parent
75083257ac
commit
e3fdc0197f
|
@ -5348,7 +5348,7 @@ monitoring tools for Linux. These include @code{mpstat}, @code{iostat},
|
||||||
(define-public light
|
(define-public light
|
||||||
(package
|
(package
|
||||||
(name "light")
|
(name "light")
|
||||||
(version "1.2.1")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5356,7 +5356,7 @@ monitoring tools for Linux. These include @code{mpstat}, @code{iostat},
|
||||||
(url "https://github.com/haikarainen/light.git")
|
(url "https://github.com/haikarainen/light.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zrjipd392bzjvxx0rjrb0cgi0ix1d83fwgw1mcy8kc4d16cgyjg"))
|
(base32 "1a70zcf88ifsnwll486aicjnh48zisdf8f7vi34ihw61kdadsq9s"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue