mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: libdrm: Update to 2.4.112.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.112.
This commit is contained in:
parent
c6e4a14458
commit
f4f9ee8261
1 changed files with 2 additions and 2 deletions
|
@ -691,7 +691,7 @@ (define-public pixman
|
|||
(define-public libdrm
|
||||
(package
|
||||
(name "libdrm")
|
||||
(version "2.4.111")
|
||||
(version "2.4.112")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -699,7 +699,7 @@ (define-public libdrm
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1adjg96mz0ghjzsgp9hrdr622shrvqmjcz5sxksfcka2fx7idmqs"))))
|
||||
"1zr0hi7k5s7my4q9hyj6ryzg89zyjx24zbqfv3c5rcq9pl87gc00"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Reference in a new issue