guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: gnu: powertop: Update to 2.7.


From: Efraim Flashner
Subject: 08/08: gnu: powertop: Update to 2.7.
Date: Thu, 01 Oct 2015 16:50:38 +0000

efraim pushed a commit to branch master
in repository guix.

commit cfd745d6bb85976387d6e9d8633cbd2bc7530e90
Author: Efraim Flashner <address@hidden>
Date:   Wed Sep 30 20:39:40 2015 +0300

    gnu: powertop: Update to 2.7.
    
    * gnu/packages/linux.scm (powertop): Update to 2.7.
      [arguments]: Add "pciutils" to inputs.
---
 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 cc40068..6c7a010 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]