me
/
guix
Archived
1
0
Fork 0

gnu: light: Update to 1.2.2.

* gnu/packages/linux.scm (light): Update to 1.2.2.
master
Tobias Geerinckx-Rice 2020-03-29 00:37:05 +01:00
parent 75083257ac
commit e3fdc0197f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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