mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: powertop: Update to 2.9.
* gnu/packages/linux.scm (powertop): Update to 2.9. [source]: Adjust URI.
This commit is contained in:
parent
2b2c24ed42
commit
a0604c2183
1 changed files with 3 additions and 3 deletions
|
@ -1566,16 +1566,16 @@ devices. It replaces @code{iwconfig}, which is deprecated.")
|
|||
(define-public powertop
|
||||
(package
|
||||
(name "powertop")
|
||||
(version "2.8")
|
||||
(version "2.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://01.org/sites/default/files/downloads/powertop/powertop-"
|
||||
"https://01.org/sites/default/files/downloads/powertop/powertop-v"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nlwazxbnn0k6q5f5b09wdhw0f194lpzkp3l7vxansqhfczmcyx8"))))
|
||||
"0l4jjlf05li2mc6g8nrss3h435wjhmnqd8m7v3kha3x0x7cbfzxa"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue