diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-15 12:19:23 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-15 12:19:23 +0100 |
commit | 867fd0da496fc05c9b8d26233de3b5529f956859 (patch) | |
tree | dd58ec35ca935461e9caa70b5ac79d5a4e6a8878 /gnu | |
parent | 0168473c0a74ff1f3429e94fdb308cd20e3ea4e8 (diff) | |
download | guix-867fd0da496fc05c9b8d26233de3b5529f956859.tar.gz guix-867fd0da496fc05c9b8d26233de3b5529f956859.zip |
gnu: libdrm: Update to 2.4.97.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.97.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 5359c4c9d9..ce8f6b522e 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -324,7 +324,7 @@ rasterisation.") (define-public libdrm (package (name "libdrm") - (version "2.4.96") + (version "2.4.97") (source (origin (method url-fetch) @@ -334,7 +334,7 @@ rasterisation.") ".tar.bz2")) (sha256 (base32 - "14xkip83qgljjaahzq40qgl60j54q7k00la1hbf5kk5lgg7ilmhd")) + "08yimlp6jir1rs5ajgdx74xa5qdzcqahpdzdk0rmkmhh7vdcrl3p")) (patches (search-patches "libdrm-symbol-check.patch")))) (build-system gnu-build-system) (arguments |