[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/20: gnu: powerstat: Fetch sources from Git.
From: |
guix-commits |
Subject: |
05/20: gnu: powerstat: Fetch sources from Git. |
Date: |
Mon, 29 Nov 2021 19:09:14 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c1546d8a684cb91b8b69975895f65d85f5e056bb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 30 00:55:07 2021 +0100
gnu: powerstat: Fetch sources from Git.
* gnu/packages/linux.scm (powerstat)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/linux.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8a14e4e..9b4934c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1740,11 +1740,13 @@ It provides the commands @code{powercap-info} and
@code{powercap-set}.")
(version "0.02.26")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://kernel.ubuntu.com/~cking/tarballs/"
- "powerstat/powerstat-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ColinIanKing/powerstat")
+ (commit (string-append "V" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "18m85k83hryj05vix63fay1hh0sb9h87hy5r7g1dqg2y9i8lzgxk"))))
+ (base32 "0jp9dvwlz4svg28vgrgvvbi72ca9mkfczy0f05vvsgpxjz7hlfnj"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
- branch master updated (7e3151c -> 892f1b7), guix-commits, 2021/11/29
- 02/20: gnu: xfsprogs: Update to 5.14.0., guix-commits, 2021/11/29
- 01/20: gnu: kexec-tools: Update to 2.0.23., guix-commits, 2021/11/29
- 03/20: gnu: xfsprogs: Omit static library., guix-commits, 2021/11/29
- 04/20: gnu: usbutils: Update to 014., guix-commits, 2021/11/29
- 07/20: gnu: btrfs-progs: Update to 5.15.1., guix-commits, 2021/11/29
- 06/20: gnu: powerstat: Update to 0.02.27., guix-commits, 2021/11/29
- 08/20: gnu: ethtool: Update to 5.15., guix-commits, 2021/11/29
- 05/20: gnu: powerstat: Fetch sources from Git.,
guix-commits <=
- 09/20: gnu: rxvt-unicode: Update to 9.30., guix-commits, 2021/11/29
- 10/20: gnu: xa: Update to 2.3.12., guix-commits, 2021/11/29
- 12/20: gnu: quazip@1: Update to 1.2., guix-commits, 2021/11/29
- 15/20: gnu: diffoscope: Update to 194., guix-commits, 2021/11/29
- 11/20: gnu: thefuck: Update to 3.31., guix-commits, 2021/11/29
- 13/20: gnu: lttoolbox: Update to 3.5.4., guix-commits, 2021/11/29
- 16/20: gnu: simdjson: Update to 1.0.2., guix-commits, 2021/11/29
- 17/20: gnu: indi: Update to 1.9.3., guix-commits, 2021/11/29
- 14/20: gnu: lttoolbox: Omit static libraries., guix-commits, 2021/11/29
- 20/20: services: Accept <inferior-package>s in lieu of <package>s., guix-commits, 2021/11/29