summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-30 00:56:16 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-30 01:08:53 +0100
commit1e9d70e42e520bbf7fc4bcfa34434826d49cfe37 (patch)
tree0660063ccf4a60ea4365bf4aa346b9d5a185683d /gnu/packages/linux.scm
parentc1546d8a684cb91b8b69975895f65d85f5e056bb (diff)
downloadguix-patches-1e9d70e42e520bbf7fc4bcfa34434826d49cfe37.tar
guix-patches-1e9d70e42e520bbf7fc4bcfa34434826d49cfe37.tar.gz
gnu: powerstat: Update to 0.02.27.
* gnu/packages/linux.scm (powerstat): Update to 0.02.27.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9b4934c338..14fff4931a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1737,7 +1737,7 @@ It provides the commands @code{powercap-info} and @code{powercap-set}.")
(define-public powerstat
(package
(name "powerstat")
- (version "0.02.26")
+ (version "0.02.27")
(source
(origin
(method git-fetch)
@@ -1746,7 +1746,7 @@ It provides the commands @code{powercap-info} and @code{powercap-set}.")
(commit (string-append "V" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0jp9dvwlz4svg28vgrgvvbi72ca9mkfczy0f05vvsgpxjz7hlfnj"))))
+ (base32 "1ik5yv2bhz2hvyga4h1m28rf0xpi20zpqm4swhvskyf1g6qf381z"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags