From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: [PATCH 8/8] gnu: powertop: Update to 2.7. Date: Wed, 30 Sep 2015 20:56:48 +0300 Message-ID: <1443635808-18649-9-git-send-email-efraim@flashner.co.il> References: <1443635808-18649-1-git-send-email-efraim@flashner.co.il> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhLcq-0003cc-UN for guix-devel@gnu.org; Wed, 30 Sep 2015 13:57:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhLco-0006jO-1W for guix-devel@gnu.org; Wed, 30 Sep 2015 13:57:08 -0400 Received: from flashner.co.il ([178.62.234.194]:54136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhLcn-0006jB-Qd for guix-devel@gnu.org; Wed, 30 Sep 2015 13:57:05 -0400 Received: from localhost.localdomain (85.65.229.31.dynamic.barak-online.net [85.65.229.31]) by flashner.co.il (Postfix) with ESMTPSA id 24F5240251 for ; Wed, 30 Sep 2015 17:57:05 +0000 (UTC) In-Reply-To: <1443635808-18649-1-git-send-email-efraim@flashner.co.il> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/linux.scm (powertop): Update to 2.7. [arguments]: Add "pciutils" to inputs. --- gnu/packages/linux.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d261933..046a105 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 -- 2.6.0