GNU bug report logs -
#57859
[PATCH] gnu: wlroots: Update to 0.15.1.
Previous Next
Reported by: Demis Balbach <db <at> minikn.xyz>
Date: Fri, 16 Sep 2022 13:17:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.109.
---
gnu/packages/xdisorg.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9908f29191..b42ed64587 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -56,6 +56,7 @@
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
;;; Copyright © 2022 Derek Chuank <derekchuank <at> outlook.com>
;;; Copyright © 2022 Wamm K. D. <jaft.r <at> outlook.com>
+;;; Copyright © 2022 Demis Balbach <db <at> minikn.xyz>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -692,7 +693,7 @@ (define-public pixman
(define-public libdrm
(package
(name "libdrm")
- (version "2.4.107")
+ (version "2.4.109")
(source (origin
(method url-fetch)
(uri (string-append
@@ -700,7 +701,7 @@ (define-public libdrm
version ".tar.xz"))
(sha256
(base32
- "127qf1rzhaf13vdd75a58v5q34617hvangjlfnlkcdh37gqcwm65"))))
+ "09kzrdsd14zr0i3izvi5mck4vqccl3c9hr84r9i4is0zikh554v2"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
--
2.37.3
This bug report was last modified 2 years and 276 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.