guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: powertop: Update to 2.10.


From: guix-commits
Subject: 11/14: gnu: powertop: Update to 2.10.
Date: Sun, 24 Feb 2019 15:29:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8118a086bf8735b13307218108e132939449b6f4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 24 21:02:02 2019 +0100

    gnu: powertop: Update to 2.10.
    
    * gnu/packages/linux.scm (powertop): Update to 2.10.
---
 gnu/packages/linux.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

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



reply via email to

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