me
/
guix
Archived
1
0
Fork 0

gnu: powercap: Update to 0.5.0.

* gnu/packages/linux.scm (powercap): Update to 0.5.0.
Tobias Geerinckx-Rice 2022-01-11 21:30:01 +00:00
parent 70e18f327e
commit 7c29a0b92e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1722,7 +1722,7 @@ GnuPG-based password manager like @code{pass}.")
(define-public powercap (define-public powercap
(package (package
(name "powercap") (name "powercap")
(version "0.4.0") (version "0.5.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1731,7 +1731,7 @@ GnuPG-based password manager like @code{pass}.")
(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 "1hp2i1d195v0n4jgvgaymkxlpgyhn07ic273gkda95lz65cdfcgm")))) (base32 "1vs84fmhdc3w1541vp0f5ydvdsbg0amjdv2g2f8xdvaw01nakxsn"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags