gnu: powertop: Update to 2.9.

* gnu/packages/linux.scm (powertop): Update to 2.9.
[source]: Adjust URI.
This commit is contained in:
Marius Bakke 2017-09-25 15:38:52 +02:00
parent 2b2c24ed42
commit a0604c2183
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -1566,16 +1566,16 @@ devices. It replaces @code{iwconfig}, which is deprecated.")
(define-public powertop (define-public powertop
(package (package
(name "powertop") (name "powertop")
(version "2.8") (version "2.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (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")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0nlwazxbnn0k6q5f5b09wdhw0f194lpzkp3l7vxansqhfczmcyx8")))) "0l4jjlf05li2mc6g8nrss3h435wjhmnqd8m7v3kha3x0x7cbfzxa"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases