mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: powercap: Update to 0.6.0.
* gnu/packages/linux.scm (powercap): Update to 0.6.0. Change-Id: I827f086bd4e67bb5050ee26db7ad2284ee1ffd69
This commit is contained in:
parent
3fc5e9de04
commit
4ac3850f75
1 changed files with 2 additions and 2 deletions
|
@ -3271,7 +3271,7 @@ Linux-Libre, as an Info manual. To consult it, run @samp{info linux}.")))
|
||||||
(define-public powercap
|
(define-public powercap
|
||||||
(package
|
(package
|
||||||
(name "powercap")
|
(name "powercap")
|
||||||
(version "0.5.0")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3280,7 +3280,7 @@ Linux-Libre, as an Info manual. To consult it, run @samp{info linux}.")))
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vs84fmhdc3w1541vp0f5ydvdsbg0amjdv2g2f8xdvaw01nakxsn"))))
|
(base32 "087almlx34nzjbv8a40kxlmgy8691z2zlzkfyca8a2b7l0b2kqlp"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue