[PATCH] gnu: libdrm: Update to 2.4.110.

  • Done
  • quality assurance status badge
Details
2 participants
  • Wamm K. D
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Wamm K. D
Severity
normal

Debbugs page

Wamm K. D wrote 3 years ago
(address . guix-patches@gnu.org)(name . Wamm K. D)(address . jaft.r@outlook.com)
BY5PR07MB7029A141B4FD63D82C4DF12599C99@BY5PR07MB7029.namprd07.prod.outlook.com
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 08f4780fc2..87203dc436 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -647,7 +647,7 @@ (define-public pixman
(define-public libdrm
(package
(name "libdrm")
- (version "2.4.107")
+ (version "2.4.110")
(source (origin
(method url-fetch)
(uri (string-append
@@ -655,7 +655,7 @@ (define-public libdrm
version ".tar.xz"))
(sha256
(base32
- "127qf1rzhaf13vdd75a58v5q34617hvangjlfnlkcdh37gqcwm65"))))
+ "0dwpry9m5l27dlhq48j4bsiqwm0247cxdqwv3b7ddmkynk2f9kpf"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
--
2.36.0
Mathieu Othacehe wrote 3 years ago
(name . Wamm K. D)(address . jaft.r@outlook.com)(address . 55346-done@debbugs.gnu.org)
87a6b6vxfs.fsf@gnu.org
Toggle quote (3 lines)
> - (version "2.4.107")
> + (version "2.4.110")

I added a commit message and pushed on core-updates.

Thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 55346@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55346
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help