[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: libdrm: Update to 2.4.104.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: libdrm: Update to 2.4.104. |
Date: |
Thu, 21 Jan 2021 15:44:25 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 23386c1 gnu: libdrm: Update to 2.4.104.
23386c1 is described below
commit 23386c12dcf9766149358748eda9b12a5138e234
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Thu Jan 21 19:10:19 2021 +0100
gnu: libdrm: Update to 2.4.104.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.104.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
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 1c91068..1a6ced8 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.103")
+ (version "2.4.104")
(source (origin
(method url-fetch)
(uri (string-append
@@ -547,7 +547,7 @@ rasterisation.")
version ".tar.xz"))
(sha256
(base32
- "08h2nnf4w96b4ql7485mvjgbbsb8rwc0qa93fdm1cq34pbyszq1z"))))
+ "1jqvx9c23hgwhq109zqj6vg3ng40pcvh3r1k2fn1a424qasxhsnn"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: libdrm: Update to 2.4.104.,
guix-commits <=