From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:38267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4Cp4-0004XQ-Ic for guix-patches@gnu.org; Wed, 13 Mar 2019 18:58:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4Cp2-0003Zx-Fj for guix-patches@gnu.org; Wed, 13 Mar 2019 18:58:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57322) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h4Cp0-0003Yj-Tn for guix-patches@gnu.org; Wed, 13 Mar 2019 18:58:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h4Cp0-0005op-Mm for guix-patches@gnu.org; Wed, 13 Mar 2019 18:58:02 -0400 Subject: [bug#34851] [PATCH] gnu: Update dtc to 1.5.0. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:37924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4Coh-00049k-6H for guix-patches@gnu.org; Wed, 13 Mar 2019 18:57:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4Chn-0006rk-D5 for guix-patches@gnu.org; Wed, 13 Mar 2019 18:50:36 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]:47708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4Chn-0006r9-5j for guix-patches@gnu.org; Wed, 13 Mar 2019 18:50:35 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 0DA1F1AA27 for ; Wed, 13 Mar 2019 15:50:30 -0700 (PDT) From: Vagrant Cascadian Date: Wed, 13 Mar 2019 15:50:22 -0700 Message-ID: <87h8c6bd8x.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: 34851@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/bootloaders (dtc): Update to 1.5.0. [native-inputs]: Add libyaml and pkg-config. =2D-- gnu/packages/bootloaders.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index 15953ab75e..d6ef7d52b5 100644 =2D-- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -340,7 +340,7 @@ menu to select one of the installed operating systems.") (define-public dtc (package (name "dtc") =2D (version "1.4.7") + (version "1.5.0") (source (origin (method url-fetch) (uri (string-append @@ -348,11 +348,13 @@ menu to select one of the installed operating systems= .") "dtc-" version ".tar.xz")) (sha256 (base32 =2D "1rydi5jvhlhsr110h6n0pavv3daqa0cb4m5vcps50qzq1zqfhhv6"))= )) + "0wh10p42hf5403ipvs0dsxddb6kzfyk2sq4fgid9zqzpr51y8wn6")))) (build-system gnu-build-system) (native-inputs `(("bison" ,bison) ("flex" ,flex) + ("libyaml" ,libyaml) + ("pkg-config" ,pkg-config) ("swig" ,swig) ("valgrind" ,valgrind))) (inputs =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXImJMAAKCRDcUY/If5cW qjlPAQDScDMKxKNlMrvxA5qSUkdKJfWg4RFrbf5OT73Blb//7AEA8NESOtprjfl0 ce6lPQrBlMR783hN3ArXtmz/bgWKZgM= =nxa0 -----END PGP SIGNATURE----- --=-=-=--