From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLvr0-0006Pp-3u for guix-patches@gnu.org; Sun, 11 Nov 2018 14:57:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLvqw-000769-VR for guix-patches@gnu.org; Sun, 11 Nov 2018 14:57:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42513) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gLvqw-000761-NJ for guix-patches@gnu.org; Sun, 11 Nov 2018 14:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gLvqw-00051A-H0 for guix-patches@gnu.org; Sun, 11 Nov 2018 14:57:02 -0500 Subject: [bug#33348] [PATCH] gnu: ImageMagick: Update to 6.9.10-14. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLvqk-0006Nl-Vg for guix-patches@gnu.org; Sun, 11 Nov 2018 14:56:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLvqh-000731-Qx for guix-patches@gnu.org; Sun, 11 Nov 2018 14:56:50 -0500 Received: from mail-pl1-x62c.google.com ([2607:f8b0:4864:20::62c]:38582) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gLvqe-0006zo-1J for guix-patches@gnu.org; Sun, 11 Nov 2018 14:56:44 -0500 Received: by mail-pl1-x62c.google.com with SMTP id p4-v6so3252208plo.5 for ; Sun, 11 Nov 2018 11:56:33 -0800 (PST) From: Alex Vong Date: Mon, 12 Nov 2018 03:56:22 +0800 Message-ID: <874lcn1j89.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: 33348@debbugs.gnu.org Cc: alexvong1995@gmail.com --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Hello, The following patch updates imagemagick to its latest version: --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-ImageMagick-Update-to-6.9.10-14.patch Content-Transfer-Encoding: quoted-printable From=20d03a1e3d2f6c6fd0b88a5cc38d6bf82b4713e165 Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Mon, 12 Nov 2018 03:53:50 +0800 Subject: [PATCH] gnu: ImageMagick: Update to 6.9.10-14. * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-14. =2D-- gnu/packages/imagemagick.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm index e29ec6255..4756e0a68 100644 =2D-- a/gnu/packages/imagemagick.scm +++ b/gnu/packages/imagemagick.scm @@ -47,14 +47,14 @@ ;; The 7 release series has an incompatible API, while the 6 series is= still ;; maintained. Don't update to 7 until we've made sure that the ImageM= agick ;; users are ready for the 7-series API. =2D (version "6.9.10-12") + (version "6.9.10-14") (source (origin (method url-fetch) (uri (string-append "mirror://imagemagick/ImageMagick-" version ".tar.xz")) (sha256 (base32 =2D "0ri96yqihdk921k5qx23y2sbhraxbp2avdccxiy6m3srjkirym2l")))) + "0vcfjvdk9in92x808djvy94l5gylpgds4a7mlr8jrxsv9snx88yi")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch") =2D-=20 2.19.1 --=-=-= Content-Type: text/plain Cheers, Alex --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQwb8uPLAHCXSnTBVZh71Au9gJS8gUCW+iJZwAKCRBh71Au9gJS 8hTOAQCgUWfe7JOU76u9uMFMw5OiathEO5E+PdyQ/O5e5LXZBwD/dlOTFRhzfM0b dblCoS1U5RA1+AJbDNtgpz4vW6hsqwQ= =x652 -----END PGP SIGNATURE----- --==-=-=--