unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33348] [PATCH] gnu: ImageMagick: Update to 6.9.10-14.
@ 2018-11-11 19:56 Alex Vong
  2018-11-11 20:09 ` Alex Vong
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Vong @ 2018-11-11 19:56 UTC (permalink / raw)
  To: 33348; +Cc: alexvong1995


[-- Attachment #1.1: Type: text/plain, Size: 72 bytes --]

Hello,

The following patch updates imagemagick to its latest version:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-ImageMagick-Update-to-6.9.10-14.patch --]
[-- Type: text/x-diff, Size: 1370 bytes --]

From d03a1e3d2f6c6fd0b88a5cc38d6bf82b4713e165 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
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.
---
 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
--- 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 ImageMagick
     ;; users are ready for the 7-series API.
-    (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
-               "0ri96yqihdk921k5qx23y2sbhraxbp2avdccxiy6m3srjkirym2l"))))
+               "0vcfjvdk9in92x808djvy94l5gylpgds4a7mlr8jrxsv9snx88yi"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")
-- 
2.19.1


[-- Attachment #1.3: Type: text/plain, Size: 14 bytes --]


Cheers,
Alex

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-13 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-11 19:56 [bug#33348] [PATCH] gnu: ImageMagick: Update to 6.9.10-14 Alex Vong
2018-11-11 20:09 ` Alex Vong
2018-11-13 16:30   ` Leo Famulari
2018-11-13 19:51     ` bug#33348: " Alex Vong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).