GNU bug report logs -
#69906
[PATCH] gnu: xdisorg: Update libdrm to 2.4.120.
Previous Next
Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>
Date: Tue, 19 Mar 2024 22:20:01 UTC
Severity: normal
Tags: patch
Done: John Kehayias <john.kehayias <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/xdisorg.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 514e5c7164..b4ec572eab 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -736,7 +736,7 @@ (define-public pixman
(define-public libdrm
(package
(name "libdrm")
- (version "2.4.117")
+ (version "2.4.120")
(source (origin
(method url-fetch)
(uri (string-append
@@ -744,7 +744,7 @@ (define-public libdrm
version ".tar.xz"))
(sha256
(base32
- "0ar4c4ikcbm1s4sg09ld406izq5s1yk7b2n0mmvql77bwdlqv252"))))
+ "0yijzgg6rdsa68bz03sw0lcfa2nclv9m3as1cja50wkcyxim7x9v"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags
@@ -789,7 +789,6 @@ (define-public libdrm
and Matrox.")
(license license:x11)))
-
(define-public mtdev
(package
(name "mtdev")
--
2.41.0
This bug report was last modified 1 year and 57 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.