diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-11 13:48:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-12 15:06:21 +0200 |
commit | 2008bc6b8f23c1425cb48dea431009e71d487d3a (patch) | |
tree | 67813f42b2eb379099fabe99d4cbd35da7a2b6a1 | |
parent | eb5d2792a0c32dd4e087359920c0375fb7486509 (diff) | |
download | guix-2008bc6b8f23c1425cb48dea431009e71d487d3a.tar.gz guix-2008bc6b8f23c1425cb48dea431009e71d487d3a.zip |
gnu: libdrm: Update to 2.4.92.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.92.
-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 be082eef73..1c6e23e264 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -318,7 +318,7 @@ rasterisation.") (define-public libdrm (package (name "libdrm") - (version "2.4.91") + (version "2.4.92") (source (origin (method url-fetch) @@ -328,7 +328,7 @@ rasterisation.") ".tar.bz2")) (sha256 (base32 - "0068dn47c478vm1lyyhy02gilrpsma0xmcblhvs0dzqyrk80wjk3")) + "1yirzx8hmlvv6r0l7lb3zxmgy5la2mri9al0k16xqfg19pdqzr79")) (patches (search-patches "libdrm-symbol-check.patch")))) (build-system gnu-build-system) (arguments |