[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: libdrm: Update to 2.4.79.
From: |
Marius Bakke |
Subject: |
02/02: gnu: libdrm: Update to 2.4.79. |
Date: |
Wed, 12 Apr 2017 11:44:46 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 79f93e2a4f628b3d16f0e16b228bd10c13844ec3
Author: Marius Bakke <address@hidden>
Date: Wed Apr 12 17:43:50 2017 +0200
gnu: libdrm: Update to 2.4.79.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.79.
---
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 55862b4..89830a6 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -277,7 +277,7 @@ rasterisation.")
(define-public libdrm
(package
(name "libdrm")
- (version "2.4.77")
+ (version "2.4.79")
(source
(origin
(method url-fetch)
@@ -287,7 +287,7 @@ rasterisation.")
".tar.bz2"))
(sha256
(base32
- "0v9vzgv8nb7q4q83c2402m6b7vifl52xwzzr9lmx19227b5f5mg8"))
+ "15xiwnicf7vl1l37k8nj0z496p7ln1qp8qws7q13ikiv54cz7an6"))
(patches (search-patches "libdrm-symbol-check.patch"))))
(build-system gnu-build-system)
(inputs