diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-09-30 20:39:40 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-10-01 19:39:34 +0300 |
commit | cfd745d6bb85976387d6e9d8633cbd2bc7530e90 (patch) | |
tree | 68a0991b82c73d29a9cea2d316f6a2f74fb503d7 /gnu/packages/linux.scm | |
parent | 88377435caf28768ce29bba1de5e664166a404dc (diff) | |
download | guix-cfd745d6bb85976387d6e9d8633cbd2bc7530e90.tar guix-cfd745d6bb85976387d6e9d8633cbd2bc7530e90.tar.gz |
gnu: powertop: Update to 2.7.
* gnu/packages/linux.scm (powertop): Update to 2.7.
[arguments]: Add "pciutils" to inputs.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cc40068608..6c7a010925 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1159,7 +1159,7 @@ devices. It replaces 'iwconfig', which is deprecated.") (define-public powertop (package (name "powertop") - (version "2.5") + (version "2.7") (source (origin (method url-fetch) @@ -1168,12 +1168,11 @@ devices. It replaces 'iwconfig', which is deprecated.") version ".tar.gz")) (sha256 (base32 - "02rwqbpasdayl201v0549gbp2f82rd0hqiv3i111r7npanjhhb4b")))) + "1jkqqr3l1x98m7rgin1dgfzxqwj4vciw9lyyq1kl9bdswa818jwd")))) (build-system gnu-build-system) (inputs - ;; TODO: Add pciutils. `(("zlib" ,zlib) - ;; ("pciutils" ,pciutils) + ("pciutils" ,pciutils) ("ncurses" ,ncurses) ("libnl" ,libnl))) (native-inputs |