diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-03-13 17:09:01 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-03-13 18:21:23 +0100 |
commit | 17fb6fb105ba63b3a221226da2391827494d8717 (patch) | |
tree | 27f50011e9039b0b98971f2a8b4f8307fc40791a /gnu/packages/xorg.scm | |
parent | ca453df7c8f50b240ddad549962b4e2c22788094 (diff) | |
download | guix-17fb6fb105ba63b3a221226da2391827494d8717.tar guix-17fb6fb105ba63b3a221226da2391827494d8717.tar.gz |
gnu: xf86-video-intel: Update to 2.99.917-4-7e9e92c.
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-4-7e9e92c.
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 1063b5af89..90d4660fcd 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2806,10 +2806,10 @@ X server.") (define-public xf86-video-intel - (let ((commit "e4fe79cf0d9a05ee3f3a027148ef0aeb2b1b34e1")) + (let ((commit "7e9e92c86b0fc4c848d164fe571798add5e1e36e")) (package (name "xf86-video-intel") - (version (string-append "2.99.917-3-" (string-take commit 7))) + (version (string-append "2.99.917-4-" (string-take commit 7))) (source (origin ;; there's no current tarball @@ -2819,7 +2819,7 @@ X server.") (commit commit))) (sha256 (base32 - "0hf3fxv5jchyh820h449c1ld9x19gc8081w1yk98mab6zr89zswp")) + "0igfw8vpz1q0a2526j81fl65z6avfh6lzzrijcs72gwihqqhb1sv")) (file-name (string-append name "-" version)))) (build-system gnu-build-system) (inputs `(("mesa" ,mesa) |