From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gdkMM-0000Qj-Rz for guix-patches@gnu.org; Sun, 30 Dec 2018 18:19:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gdkMI-0002YH-Q7 for guix-patches@gnu.org; Sun, 30 Dec 2018 18:19:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54081) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gdkMI-0002Y0-Ko for guix-patches@gnu.org; Sun, 30 Dec 2018 18:19:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gdkMI-0002mq-BK for guix-patches@gnu.org; Sun, 30 Dec 2018 18:19:02 -0500 Subject: [bug#33933] [PATCH 1/4] gnu: libextractor: Update to 1.8. References: <87pntihaht.fsf@gmail.com> In-Reply-To: <87pntihaht.fsf@gmail.com> Resent-Message-ID: From: Alex Vong Date: Mon, 31 Dec 2018 07:18:28 +0800 Message-ID: <87lg46had7.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; 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: 33933@debbugs.gnu.org Cc: alexvong1995@gmail.com --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-libextractor-Update-to-1.8.patch Content-Transfer-Encoding: quoted-printable From=208cb16fb98e444bdbed44f73038aa74d2a4a306f1 Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Mon, 31 Dec 2018 06:48:50 +0800 Subject: [PATCH 1/4] gnu: libextractor: Update to 1.8. * gnu/packages/gnunet.scm (libextractor): Update to 1.8. =2D-- gnu/packages/gnunet.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index d1dc8fd58..4a6952076 100644 =2D-- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -7,6 +7,7 @@ ;;; Copyright =C2=A9 2016 Mark H Weaver ;;; Copyright =C2=A9 2016, 2017, 2018 Nils Gillmann ;;; Copyright =C2=A9 2016, 2017, 2018 Tobias Geerinckx-Rice +;;; Copyright =C2=A9 2018 Alex Vong ;;; ;;; This file is part of GNU Guix. ;;; @@ -67,14 +68,14 @@ (define-public libextractor (package (name "libextractor") =2D (version "1.7") + (version "1.8") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/libextractor/libextractor-" version ".tar.gz")) (sha256 (base32 =2D "13wf6vj7mkv6gw8h183cnk7m24ir0gyf198pyb2148ng4klgv9p0")))) + "1z1cb35griqzvshqdv5ck98dy0sgpsswn7fgiy7lbzi34sma8dg2")))) (build-system gnu-build-system) ;; WARNING: Checks require /dev/shm to be in the build chroot, especial= ly ;; not to be a symbolic link to /run/shm. =2D-=20 2.20.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQwb8uPLAHCXSnTBVZh71Au9gJS8gUCXClSRAAKCRBh71Au9gJS 8tgpAQDMvVPBxfm00RKKliuzBsEN5WBtp8ZnlXB7M/FHHsUUMgD/YUkOD3TFxHRd PdwxgR/GFfKfmTAWywiped2bPAJCZwE= =KIYH -----END PGP SIGNATURE----- --==-=-=--