diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:09 +0100 |
commit | 54bf243bae630641a9cf884490074e9133175d1f (patch) | |
tree | 018f5c6aec5b2e88e22265dde3c1c3ac87043304 | |
parent | 6d16ae4af962ab0e14edd2336ef05b128f31ba39 (diff) |
gnu: powerstat: Update to 0.02.28.
* gnu/packages/linux.scm (powerstat): Update to 0.02.28.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b1c940938e..acdbacc146 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1934,7 +1934,7 @@ It provides the commands @code{powercap-info} and @code{powercap-set}.") (define-public powerstat (package (name "powerstat") - (version "0.02.27") + (version "0.02.28") (source (origin (method git-fetch) @@ -1943,7 +1943,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 "1ik5yv2bhz2hvyga4h1m28rf0xpi20zpqm4swhvskyf1g6qf381z")))) + (base32 "1wydjxmb6qf7rqarpl8rblg4biq3r2kfcx7p3pzvsr0w1xwdiisd")))) (build-system gnu-build-system) (arguments `(#:make-flags |