mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
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 @@ (define-public python-pamela
|
|||
(define-public powerstat
|
||||
(package
|
||||
(name "powerstat")
|
||||
(version "0.02.22")
|
||||
(version "0.02.25")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://kernel.ubuntu.com/~cking/tarballs/"
|
||||
"powerstat/powerstat-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0r355b9syqa2nhfy8ksvxyy5d58v0isf983842js091s6liy0x7g"))))
|
||||
(base32 "0dmixbxm4qd08ds26i0wvxwyy8nrjzfjj2q9ylx35564g4wh58qb"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
|
Loading…
Reference in a new issue