From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8qOn-0007aU-Kg for guix-patches@gnu.org; Thu, 11 May 2017 11:53:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8qOm-0000Jt-P6 for guix-patches@gnu.org; Thu, 11 May 2017 11:53:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36265) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8qOm-0000Jh-LO for guix-patches@gnu.org; Thu, 11 May 2017 11:53:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8qOm-0004KM-ET for guix-patches@gnu.org; Thu, 11 May 2017 11:53:04 -0400 Subject: bug#26887: [PATCH 01/11] gnu: libdrm: Update to 2.4.80. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8qOJ-0007Dl-3d for guix-patches@gnu.org; Thu, 11 May 2017 11:52:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8qOI-0008K2-1h for guix-patches@gnu.org; Thu, 11 May 2017 11:52:35 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:49357 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8qOH-0008IL-Qq for guix-patches@gnu.org; Thu, 11 May 2017 11:52:33 -0400 From: Kei Kebreau Date: Thu, 11 May 2017 11:30:11 -0400 Message-Id: <20170511153021.14972-1-kei@openmailbox.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26887@debbugs.gnu.org From: Marius Bakke * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.80. --- 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 89830a628..8d7f2195c 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.79") + (version "2.4.80") (source (origin (method url-fetch) @@ -287,7 +287,7 @@ rasterisation.") ".tar.bz2")) (sha256 (base32 - "15xiwnicf7vl1l37k8nj0z496p7ln1qp8qws7q13ikiv54cz7an6")) + "1wa9cnzf60xwx67zq9ay48xr3j3sn1z80q77jpbzmkg906b52am8")) (patches (search-patches "libdrm-symbol-check.patch")))) (build-system gnu-build-system) (inputs -- 2.13.0