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:
Artyom V. Poptsov 2025-09-13 11:14:49 +03:00
parent 3fc5e9de04
commit 4ac3850f75
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

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