[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: ddcci-driver-linux: Update to 0.4.1.
From: |
guix-commits |
Subject: |
01/06: gnu: ddcci-driver-linux: Update to 0.4.1. |
Date: |
Sat, 27 Nov 2021 22:17:03 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 513dbc2eceb2a9fecfa2882d206410c0f3d713be
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 27 23:30:17 2021 +0100
gnu: ddcci-driver-linux: Update to 0.4.1.
* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.4.1.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/linux.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 087e5ff..bd404ef 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1450,7 +1450,7 @@ graphics card on Optimus laptops.")
(define-public ddcci-driver-linux
(package
(name "ddcci-driver-linux")
- (version "0.3.4")
+ (version "0.4.1")
(source
(origin
(method git-fetch)
@@ -1460,8 +1460,7 @@ graphics card on Optimus laptops.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "0b50hhkna6ika2vwahzb9za9b41g39ialgv5y1y0kakqi50qi0ld"))))
+ (base32 "1qhsm0ccwfmwn0r6sbc6ms4lf4a3iqfcgqmbs6afr6hhxkqll3fg"))))
(build-system linux-module-build-system)
(arguments
`(#:tests? #f ; no tests
@@ -1473,16 +1472,14 @@ graphics card on Optimus laptops.")
(lambda (module)
(with-directory-excursion module
(apply (assoc-ref %standard-phases 'build) args)))
- '("ddcci" "ddcci-backlight"))
- #t))
+ '("ddcci" "ddcci-backlight"))))
(replace 'install
(lambda args
(for-each
(lambda (module)
(with-directory-excursion module
(apply (assoc-ref %standard-phases 'install) args)))
- '("ddcci" "ddcci-backlight"))
- #t)))))
+ '("ddcci" "ddcci-backlight")))))))
(home-page "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux")
(synopsis "Pair of Linux kernel drivers for DDC/CI monitors")
(description "This package provides two Linux kernel drivers, ddcci and
- branch master updated (d495a90 -> f43a783), guix-commits, 2021/11/27
- 02/06: gnu: ddcci-driver-linux: Build with Linux-Libre 5.15., guix-commits, 2021/11/27
- 01/06: gnu: ddcci-driver-linux: Update to 0.4.1.,
guix-commits <=
- 05/06: gnu: clustershell: Fetch sources from Git., guix-commits, 2021/11/27
- 04/06: gnu: perl-lingua-en-findnumber: Fix typo in synopsis., guix-commits, 2021/11/27
- 06/06: gnu: clustershell: Update to 1.8.4., guix-commits, 2021/11/27
- 03/06: gnu: libx86emu: Update to 3.5., guix-commits, 2021/11/27