diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-29 21:37:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-30 04:28:58 +0100 |
commit | 3216577dbce48fcf2590f209f2c656a04058e49a (patch) | |
tree | 3ffe429e34797ee9c3bdf3438ad371967790a8b5 /gnu | |
parent | 51add2a97b54d6666f14a6e1286e22a559f0d0b1 (diff) |
gnu: powertop: Update to 2.11.
* gnu/packages/linux.scm (powertop): Update to 2.11.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4ddea0a7a4..e1e40e2cfc 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2076,14 +2076,14 @@ devices. It replaces @code{iwconfig}, which is deprecated.") (define-public powertop (package (name "powertop") - (version "2.10") + (version "2.11") (source (origin (method url-fetch) (uri (string-append "https://01.org/sites/default/files/downloads/" - "powertop-v" version ".tar.gz")) + "powertop-v" version "-1-g7ef7f79.tar_0.gz")) (sha256 - (base32 "0xaazqccyd42v2q532dxx40nqhb9sfsa6cyx8641rl57mfg4bdyk")))) + (base32 "0kynypj5cydfbma0ssblq1k4m1arixc1s2vf0ybv8y2gg09wjs5f")))) (build-system gnu-build-system) (arguments '(#:phases |