mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libdrm: Update to 2.4.75.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.75.
This commit is contained in:
parent
c063f34f6b
commit
737c572a2b
1 changed files with 2 additions and 2 deletions
|
@ -266,7 +266,7 @@ (define-public pixman
|
|||
(define-public libdrm
|
||||
(package
|
||||
(name "libdrm")
|
||||
(version "2.4.74")
|
||||
(version "2.4.75")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -276,7 +276,7 @@ (define-public libdrm
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"02w4xy3gsp0556l9d395mlxhlzixqscxkk6was3lq7s0djkxa3fq"))
|
||||
"0kq5hmck0gq7b29fr8jp94njc7jpkpbyws12s63w4b21xw750nid"))
|
||||
(patches (search-patches "libdrm-symbol-check.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue