mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: libdrm: Update to 2.4.99.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.99.
This commit is contained in:
parent
30484be05d
commit
d69e90e2af
1 changed files with 2 additions and 2 deletions
|
@ -379,7 +379,7 @@ (define-public pixman
|
|||
(define-public libdrm
|
||||
(package
|
||||
(name "libdrm")
|
||||
(version "2.4.98")
|
||||
(version "2.4.99")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -389,7 +389,7 @@ (define-public libdrm
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"150qdzsm2nx6dfacc75rx53anzsc6m31nhxidf5xxax3mk6fvq4b"))
|
||||
"0pnsw4bmajzdbz8pk4wswdmw93shhympf2q9alhbnpfjgsf57gsd"))
|
||||
(patches (search-patches "libdrm-symbol-check.patch"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue