[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
- branch master updated (958be7a -> cb1e0cf), Marius Bakke, 2017/09/27
- 01/07: gnu: pulseview: Build with modular Qt., Marius Bakke, 2017/09/27
- 05/07: gnu: potrace: Update to 1.15 [fixes CVE-2017-12067]., Marius Bakke, 2017/09/27
- 03/07: gnu: powertop: Update to 2.9.,
Marius Bakke <=
- 06/07: gnu: tklib: Fix typo., Marius Bakke, 2017/09/27
- 02/07: gnu: lftp: Update to 4.8.2., Marius Bakke, 2017/09/27
- 07/07: gnu: samba: Install manual pages., Marius Bakke, 2017/09/27
- 04/07: gnu: e2fsprogs: Update to 1.43.6., Marius Bakke, 2017/09/27