gnu: powerstat: Update to 0.02.25.
* gnu/packages/linux.scm (powerstat): Update to 0.02.25.
This commit is contained in:
parent
4f4c1ec809
commit
87609036fa
1 changed files with 2 additions and 2 deletions
|
@ -1458,14 +1458,14 @@ at login. Local and dynamic reconfiguration are its key features.")
|
||||||
(define-public powerstat
|
(define-public powerstat
|
||||||
(package
|
(package
|
||||||
(name "powerstat")
|
(name "powerstat")
|
||||||
(version "0.02.22")
|
(version "0.02.25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://kernel.ubuntu.com/~cking/tarballs/"
|
(uri (string-append "https://kernel.ubuntu.com/~cking/tarballs/"
|
||||||
"powerstat/powerstat-" version ".tar.gz"))
|
"powerstat/powerstat-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0r355b9syqa2nhfy8ksvxyy5d58v0isf983842js091s6liy0x7g"))))
|
(base32 "0dmixbxm4qd08ds26i0wvxwyy8nrjzfjj2q9ylx35564g4wh58qb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in a new issue