Archived
1
0
Fork 0

gnu: powerstat: Update to 0.02.27.

* gnu/packages/linux.scm (powerstat): Update to 0.02.27.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-30 00:56:16 +01:00
parent c1546d8a68
commit 1e9d70e42e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1737,7 +1737,7 @@ It provides the commands @code{powercap-info} and @code{powercap-set}.")
(define-public powerstat (define-public powerstat
(package (package
(name "powerstat") (name "powerstat")
(version "0.02.26") (version "0.02.27")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1746,7 +1746,7 @@ It provides the commands @code{powercap-info} and @code{powercap-set}.")
(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 "0jp9dvwlz4svg28vgrgvvbi72ca9mkfczy0f05vvsgpxjz7hlfnj")))) (base32 "1ik5yv2bhz2hvyga4h1m28rf0xpi20zpqm4swhvskyf1g6qf381z"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags