mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: powertop: Update to 2.13.
* gnu/packages/linux.scm (powertop): Update to 2.13.
This commit is contained in:
parent
639bdf970c
commit
1007500353
1 changed files with 2 additions and 2 deletions
|
@ -2506,14 +2506,14 @@ (define-public iw
|
||||||
(define-public powertop
|
(define-public powertop
|
||||||
(package
|
(package
|
||||||
(name "powertop")
|
(name "powertop")
|
||||||
(version "2.12")
|
(version "2.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://01.org/sites/default/files/downloads/"
|
(uri (string-append "https://01.org/sites/default/files/downloads/"
|
||||||
"powertop-" version ".tar.gz"))
|
"powertop-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kiiwa5p2r7h1lzcf53xq61ckaa4wk565s9fs6vw4bfk84y3mfsw"))))
|
(base32 "0y1ixw8v17fdb1ima0zshrd0rh4zxdh10r93nrrvq6d4lhn9jpx6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue