guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4ac3850f75e709a4bd4c1b14860fdf10eca796ee
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Sep 13 11:14:49 2025 +0300
gnu: powercap: Update to 0.6.0.
* gnu/packages/linux.scm (powercap): Update to 0.6.0.
Change-Id: I827f086bd4e67bb5050ee26db7ad2284ee1ffd69
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index adaf30079a..282dded417 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3271,7 +3271,7 @@ Linux-Libre, as an Info manual. To consult it, run
@samp{info linux}.")))
(define-public powercap
(package
(name "powercap")
- (version "0.5.0")
+ (version "0.6.0")
(source
(origin
(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))))
(file-name (git-file-name name version))
(sha256
- (base32 "1vs84fmhdc3w1541vp0f5ydvdsbg0amjdv2g2f8xdvaw01nakxsn"))))
+ (base32 "087almlx34nzjbv8a40kxlmgy8691z2zlzkfyca8a2b7l0b2kqlp"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags