[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: xf86-video-intel: Update to latest Git.
From: |
Andy Wingo |
Subject: |
03/06: gnu: xf86-video-intel: Update to latest Git. |
Date: |
Wed, 20 Sep 2017 09:40:43 -0400 (EDT) |
wingo pushed a commit to branch master
in repository guix.
commit 60871ffdb8cd6174fd1816edfce873ba27722224
Author: Andy Wingo <address@hidden>
Date: Tue Sep 19 21:19:28 2017 +0200
gnu: xf86-video-intel: Update to latest Git.
* gnu/packages/xorg.scm (xf86-video-intel): Update to latest Git.
Signed-off-by: Andy Wingo <address@hidden>
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 77d68f3..b3a1154 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2885,8 +2885,8 @@ X server.")
(define-public xf86-video-intel
- (let ((commit "2100efa105e8c9615eda867d39471d78e500b1bb")
- (revision "7"))
+ (let ((commit "c89905754b929f0421db7ea6d60b8942ccdbd8af")
+ (revision "8"))
(package
(name "xf86-video-intel")
(version (string-append "2.99.917-" revision "-"
@@ -2900,7 +2900,7 @@ X server.")
(commit commit)))
(sha256
(base32
- "15fg844msmixsvlxcd5wm2awmns652sxcxj2wmp6819lr32lc4ir"))
+ "1xiyxhlq88vvgjavhxdkk933b5q7vm4jn6db144a6sqzifwaj672"))
(file-name (string-append name "-" version))))
(build-system gnu-build-system)
(inputs `(("mesa" ,mesa)
- branch master updated (7986485 -> 96bc651), Andy Wingo, 2017/09/20
- 04/06: gnu: services: Add modesetting driver to xorg configuration path., Andy Wingo, 2017/09/20
- 03/06: gnu: xf86-video-intel: Update to latest Git.,
Andy Wingo <=
- 02/06: gnu: Add cheese., Andy Wingo, 2017/09/20
- 01/06: gnu: Add gnome-video-effects., Andy Wingo, 2017/09/20
- 05/06: gnu: xorg-server: Prefer intel driver only for older GPUs., Andy Wingo, 2017/09/20
- 06/06: gnu: system: Fix computation of boot parameters for LUKS devices., Andy Wingo, 2017/09/20