gnu: powerstat: Update to 0.02.28.
* gnu/packages/linux.scm (powerstat): Update to 0.02.28.
This commit is contained in:
parent
6d16ae4af9
commit
54bf243bae
1 changed files with 2 additions and 2 deletions
|
@ -1934,7 +1934,7 @@ It provides the commands @code{powercap-info} and @code{powercap-set}.")
|
||||||
(define-public powerstat
|
(define-public powerstat
|
||||||
(package
|
(package
|
||||||
(name "powerstat")
|
(name "powerstat")
|
||||||
(version "0.02.27")
|
(version "0.02.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1943,7 +1943,7 @@ It provides the commands @code{powercap-info} and @code{powercap-set}.")
|
||||||
(commit (string-append "V" version))))
|
(commit (string-append "V" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ik5yv2bhz2hvyga4h1m28rf0xpi20zpqm4swhvskyf1g6qf381z"))))
|
(base32 "1wydjxmb6qf7rqarpl8rblg4biq3r2kfcx7p3pzvsr0w1xwdiisd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in a new issue