[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: powertop: Update to 2.11.
From: |
guix-commits |
Subject: |
01/07: gnu: powertop: Update to 2.11. |
Date: |
Tue, 29 Oct 2019 23:29:11 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3216577dbce48fcf2590f209f2c656a04058e49a
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Oct 29 21:37:56 2019 +0100
gnu: powertop: Update to 2.11.
* gnu/packages/linux.scm (powertop): Update to 2.11.
---
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 4ddea0a..e1e40e2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2076,14 +2076,14 @@ devices. It replaces @code{iwconfig}, which is
deprecated.")
(define-public powertop
(package
(name "powertop")
- (version "2.10")
+ (version "2.11")
(source
(origin
(method url-fetch)
(uri (string-append "https://01.org/sites/default/files/downloads/"
- "powertop-v" version ".tar.gz"))
+ "powertop-v" version "-1-g7ef7f79.tar_0.gz"))
(sha256
- (base32 "0xaazqccyd42v2q532dxx40nqhb9sfsa6cyx8641rl57mfg4bdyk"))))
+ (base32 "0kynypj5cydfbma0ssblq1k4m1arixc1s2vf0ybv8y2gg09wjs5f"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (51add2a -> faefa2e), guix-commits, 2019/10/29
- 01/07: gnu: powertop: Update to 2.11.,
guix-commits <=
- 05/07: gnu: youtube-dl: Update to 2019.10.29., guix-commits, 2019/10/29
- 03/07: gnu: libedit: Update to 20191025-3.1., guix-commits, 2019/10/29
- 02/07: gnu: paps: Update to 0.7.1., guix-commits, 2019/10/29
- 07/07: gnu: arb: Update to 2.17.0., guix-commits, 2019/10/29
- 04/07: gnu: libedit: Download over HTTPS., guix-commits, 2019/10/29
- 06/07: gnu: ams-lv2: Update to 1.2.2., guix-commits, 2019/10/29