diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-19 14:06:45 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-19 22:47:25 -0500 |
commit | 3097d65e293d98244765ae4841e4d821bae8f3d5 (patch) | |
tree | 81e6d2654079e41d5c69110e35aea6c908ebacd1 /gnu | |
parent | e8453d7b914dc2a23ac26a846b70ecbb4199febe (diff) | |
download | guix-3097d65e293d98244765ae4841e4d821bae8f3d5.tar.gz guix-3097d65e293d98244765ae4841e4d821bae8f3d5.zip |
gnu: dri2proto: Update to 2.8.
* gnu/packages/xorg.scm (dri2proto): Update to 2.8.
Diffstat (limited to 'gnu')
-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 e6e45274b1..b5e131a896 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -241,17 +241,17 @@ autotools system.") (define-public dri2proto (package (name "dri2proto") - (version "2.6") + (version "2.8") (source (origin (method url-fetch) (uri (string-append - "mirror://xorg/X11R7.7/src/everything/dri2proto-" + "mirror://xorg/individual/proto/dri2proto-" version ".tar.bz2")) (sha256 (base32 - "02drlfqvjm2q7dvkkwli3fs2crb6rdb3kyd13vwx7z0rijrc10md")))) + "015az1vfdqmil1yay5nlsmpf6cf7vcbpslxjb72cfkzlvrv59dgr")))) (build-system gnu-build-system) (home-page "http://www.x.org/wiki/") (synopsis "Xorg implementation of the X Window System") |