all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104.
@ 2021-01-19 22:13 Vincent Legoll
  2021-01-19 22:14 ` Vincent Legoll
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Vincent Legoll @ 2021-01-19 22:13 UTC (permalink / raw)
  To: 45995; +Cc: Vincent Legoll

* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.104.
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 26660b8bfa..8870e23d19 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -539,7 +539,7 @@ rasterisation.")
 (define-public libdrm
   (package
     (name "libdrm")
-    (version "2.4.102")
+    (version "2.4.104")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -547,7 +547,7 @@ rasterisation.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0nx0bd9dhymdsd99v4ifib77yjirkvkxf5hzdkbr7qr8dhrzkjwb"))))
+                "1jqvx9c23hgwhq109zqj6vg3ng40pcvh3r1k2fn1a424qasxhsnn"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags
-- 
2.30.0





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-21 20:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 22:13 [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104 Vincent Legoll
2021-01-19 22:14 ` Vincent Legoll
2021-01-20  3:58 ` Leo Famulari
2021-01-21 18:10 ` [bug#45995] Rebased on core-updates Vincent Legoll
2021-01-21 18:10   ` [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104 Vincent Legoll
2021-01-21 20:44     ` bug#45995: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.