summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-04 11:16:22 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-04 11:16:22 +0200
commit6c76c45145b63721947191f0eb741e0201f4ee30 (patch)
tree6f367d961f3a810c1e2eab9dfb596af92a62553a /gnu
parent0280ef22034dff86d8d0fa7eb83c72134643b8f5 (diff)
downloadpatches-6c76c45145b63721947191f0eb741e0201f4ee30.tar
patches-6c76c45145b63721947191f0eb741e0201f4ee30.tar.gz
gnu: libdrm: Update to 2.4.46.
* gnu/packages/xorg.scm (libdrm): Update to 2.4.46.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 5f07401e98..73d329506f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -100,7 +100,7 @@ rasterisation.")
(define-public libdrm
(package
(name "libdrm")
- (version "2.4.42")
+ (version "2.4.46")
(source
(origin
(method url-fetch)
@@ -110,7 +110,7 @@ rasterisation.")
".tar.bz2"))
(sha256
(base32
- "1qbnpi64hyqzd650hj6jki1d50pzypdhj3rw9m3whwbqly110rz0"))))
+ "1wah4qmrrcv0gnx65lhrlxb6gprxch92wy8lhxv6102fml6k5krk"))))
(build-system gnu-build-system)
(inputs
`(("libpciaccess" ,libpciaccess)