mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: libdrm: Update to 2.4.88.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.88.
This commit is contained in:
parent
6198d34e0d
commit
4c00229661
1 changed files with 2 additions and 2 deletions
|
@ -291,7 +291,7 @@ rasterisation.")
|
|||
(define-public libdrm
|
||||
(package
|
||||
(name "libdrm")
|
||||
(version "2.4.87")
|
||||
(version "2.4.88")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -301,7 +301,7 @@ rasterisation.")
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j7d96cc281dvb4rwwbs70434yp1cxkl9rnk57h4i8mzpn9m472c"))
|
||||
"1dbjap12zzlrgvvv9nkkpximhfdpx19qanwzccp78khjqax5vrdm"))
|
||||
(patches (search-patches "libdrm-symbol-check.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue