guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: powertop: Update to 2.9.


From: Marius Bakke
Subject: 03/07: gnu: powertop: Update to 2.9.
Date: Wed, 27 Sep 2017 15:13:55 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a0604c2183a7db0f43032538c92cd5089e3bc686
Author: Marius Bakke <address@hidden>
Date:   Mon Sep 25 15:38:52 2017 +0200

    gnu: powertop: Update to 2.9.
    
    * gnu/packages/linux.scm (powertop): Update to 2.9.
    [source]: Adjust URI.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 22ec46d..24278b4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1566,16 +1566,16 @@ devices.  It replaces @code{iwconfig}, which is 
deprecated.")
 (define-public powertop
   (package
     (name "powertop")
-    (version "2.8")
+    (version "2.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://01.org/sites/default/files/downloads/powertop/powertop-";
+             "https://01.org/sites/default/files/downloads/powertop/powertop-v";
              version ".tar.gz"))
        (sha256
         (base32
-         "0nlwazxbnn0k6q5f5b09wdhw0f194lpzkp3l7vxansqhfczmcyx8"))))
+         "0l4jjlf05li2mc6g8nrss3h435wjhmnqd8m7v3kha3x0x7cbfzxa"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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