~ruther/guix-local

f46eb986c2d4d2bf35d03544e260ac8573a4158b — Marius Bakke 9 years ago 4ec1f82
gnu: xf86-video-intel: Update to 2.99.917-5-b57abe2.

* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-5-b57abe2.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +3 -3
@@ 2812,10 2812,10 @@ X server.")


(define-public xf86-video-intel
  (let ((commit "7e9e92c86b0fc4c848d164fe571798add5e1e36e"))
  (let ((commit "b57abe20e81f4b8e4dd203b6a9eda7ff441bc8ce"))
    (package
      (name "xf86-video-intel")
      (version (string-append "2.99.917-4-" (string-take commit 7)))
      (version (string-append "2.99.917-5-" (string-take commit 7)))
      (source
       (origin
         ;; there's no current tarball


@@ 2825,7 2825,7 @@ X server.")
               (commit commit)))
         (sha256
          (base32
           "0igfw8vpz1q0a2526j81fl65z6avfh6lzzrijcs72gwihqqhb1sv"))
           "1l08jdrqrpaj2168hlz0hwlx27bm7n7lnv82jjyvy884v47gn2ay"))
         (file-name (string-append name "-" version))))
      (build-system gnu-build-system)
      (inputs `(("mesa" ,mesa)