3
5
Fork 0
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:
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

View file

@ -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