guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: powertop: Update to 2.13.


From: guix-commits
Subject: 11/12: gnu: powertop: Update to 2.13.
Date: Tue, 30 Jun 2020 22:14:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 10075003538971ea2c0c6214008b376d5ede4ccb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 03:45:52 2020 +0200

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

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2aa0945..0b37382 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2506,14 +2506,14 @@ devices.  It replaces @code{iwconfig}, which is 
deprecated.")
 (define-public powertop
   (package
     (name "powertop")
-    (version "2.12")
+    (version "2.13")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://01.org/sites/default/files/downloads/";
                            "powertop-" version ".tar.gz"))
        (sha256
-        (base32 "1kiiwa5p2r7h1lzcf53xq61ckaa4wk565s9fs6vw4bfk84y3mfsw"))))
+        (base32 "0y1ixw8v17fdb1ima0zshrd0rh4zxdh10r93nrrvq6d4lhn9jpx6"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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