diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-01 14:52:48 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-01 15:05:50 +0100 |
commit | b2a6310ad9c1f457c6aee21eaa5e414e2908bc5f (patch) | |
tree | 538a6ffa12d90f7cafc2987794864ba77cc5f963 /gnu/packages/xorg.scm | |
parent | ac6fec05e4fe6b615651ea3e7c36f5a542cfa400 (diff) | |
download | guix-b2a6310ad9c1f457c6aee21eaa5e414e2908bc5f.tar guix-b2a6310ad9c1f457c6aee21eaa5e414e2908bc5f.tar.gz |
gnu: xf86-video-intel: Update to 2.99.917-2-9fe04af.
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-2-9fe04af.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index a7b72a474a..97df44cebf 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2805,10 +2805,10 @@ X server.") (define-public xf86-video-intel - (let ((commit "d1672806a5222f00dcc2eb24ccddd03f727f71bc")) + (let ((commit "9fe04af4bce3057e3e94a6bf36a3d8d2e48d592c")) (package (name "xf86-video-intel") - (version (string-append "2.99.917-1-" (string-take commit 7))) + (version (string-append "2.99.917-2-" (string-take commit 7))) (source (origin ;; there's no current tarball @@ -2818,7 +2818,7 @@ X server.") (commit commit))) (sha256 (base32 - "16hfcj11lbn6lp0hgrixidbfb7mghm1yn4lynmymm985w1gg0n72")) + "06nnm9kjvmwxazp2ki0i5x1xv03bysfgpw30nd2jlf71qllybxml")) (file-name (string-append name "-" version)))) (build-system gnu-build-system) (inputs `(("mesa" ,mesa) |