[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/20: gnu: ddcci-driver-linux: Update to 0.4.2.
From: |
guix-commits |
Subject: |
17/20: gnu: ddcci-driver-linux: Update to 0.4.2. |
Date: |
Wed, 19 Jan 2022 13:14:12 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit f780660ab7d39e515801b4cde2172a2a78b777ff
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 26 08:01:42 2021 +0100
gnu: ddcci-driver-linux: Update to 0.4.2.
* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.4.2.
---
gnu/packages/linux.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9e525dbb74..923df79dfb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1471,16 +1471,14 @@ graphics card on Optimus laptops.")
(define-public ddcci-driver-linux
(package
(name "ddcci-driver-linux")
- ;; Use an as-yet unmerged commit to fix the build with Linux-Libre 5.15:
- ;;
https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/-/merge_requests/8
- (version "0.4.1-0.bf9d798")
+ (version "0.4.2")
(source
(origin
(method git-fetch)
(uri
(git-reference
(url "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux.git")
- (commit "bf9d79852cbd0aa5c2e288ce51b8280f74a1f5d2")))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1lww3mnqhxqzj0qbxzbwbq93v9zw49myp7p9ib873a5izbq8nadi"))))
- 07/20: gnu: scanbd: Use G-expressions., (continued)
- 07/20: gnu: scanbd: Use G-expressions., guix-commits, 2022/01/19
- 11/20: gnu: acpi-call-linux-module: Use G-expressions., guix-commits, 2022/01/19
- 10/20: build-system/linux-module: Use G-expressions., guix-commits, 2022/01/19
- 12/20: gnu: librem-ec-acpi-linux-module: Unquote arguments., guix-commits, 2022/01/19
- 15/20: gnu: vhba-module: Unquote arguments., guix-commits, 2022/01/19
- 16/20: gnu: bbswitch-module: Unquote arguments., guix-commits, 2022/01/19
- 02/20: gnu: expat: Add replacement for [security fixes]., guix-commits, 2022/01/19
- 03/20: gnu: hostapd: Update to 2.10., guix-commits, 2022/01/19
- 13/20: gnu: rtl8821ce-linux-module: Use G-expressions., guix-commits, 2022/01/19
- 14/20: gnu: rtl8812au-aircrack-ng-linux-module: Use G-expressions., guix-commits, 2022/01/19
- 17/20: gnu: ddcci-driver-linux: Update to 0.4.2.,
guix-commits <=
- 18/20: gnu: ddcci-driver-linux: Use G-expressions., guix-commits, 2022/01/19
- 19/20: gnu: v4l2loopback-linux-module: Unquote arguments., guix-commits, 2022/01/19
- 20/20: gnu: xpadneo: Use G-expressions., guix-commits, 2022/01/19