[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: i2c-tools: Update to 4.3.
From: |
guix-commits |
Subject: |
04/07: gnu: i2c-tools: Update to 4.3. |
Date: |
Mon, 7 Feb 2022 07:20:41 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit c5f9a4600dfe88910b535c5fa61901033d1cb790
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 7 13:59:36 2022 +0200
gnu: i2c-tools: Update to 4.3.
* gnu/packages/linux.scm (i2c-tools): Update to 4.3.
---
gnu/packages/linux.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8855849a8d..74c65f86bc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4478,20 +4478,21 @@ create a firmware image suitable for the Linux kernel,
and more.")
(define-public i2c-tools
(package
(name "i2c-tools")
- (version "3.1.1")
+ (version "4.3")
(source (origin
(method url-fetch)
(uri (string-append
"http://jdelvare.nerim.net/mirror/i2c-tools/i2c-tools-"
- version ".tar.bz2"))
+ version ".tar.xz"))
(sha256
(base32
- "000pvg995qy1b15ks59gd0klri55hb33kqpg5czy84hw1pbdgm0l"))))
+ "1y0fphjd5ah2j886x8i175r7viq0hmx666hyca0wi4dzrm290qxk"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no 'check' target
#:make-flags
- ,#~(list (string-append "prefix=" #$output)
+ ,#~(list (string-append "PREFIX=" #$output)
+ (string-append "LDFLAGS+=-Wl,-rpath=" #$output "/lib")
(string-append "CC=" #$(cc-for-target)))
;; No configure script.
#:phases (modify-phases %standard-phases (delete 'configure))))
- branch master updated (6781729980 -> 26d9e6c904), guix-commits, 2022/02/07
- 03/07: gnu: procps: Add upstream-name property., guix-commits, 2022/02/07
- 05/07: gnu: novena-eeprom: Build with older i2c-tools., guix-commits, 2022/02/07
- 04/07: gnu: i2c-tools: Update to 4.3.,
guix-commits <=
- 07/07: gnu: connman: Update to 1.41., guix-commits, 2022/02/07
- 01/07: gnu: openntpd: Add release-monitoring-url., guix-commits, 2022/02/07
- 02/07: gnu: util-linux: Add upstream-name property., guix-commits, 2022/02/07
- 06/07: gnu: ddcutil: Update to 1.2.1., guix-commits, 2022/02/07