guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Update imagemagick to version 7.0.4-3.


From: Leo Famulari
Subject: 01/02: gnu: Update imagemagick to version 7.0.4-3.
Date: Wed, 11 Jan 2017 16:53:19 +0000 (UTC)

lfam pushed a commit to branch imagemagick-updates
in repository guix.

commit 840424668ef357e48eb26d691df07b98713dcd6e
Author: John Darrington <address@hidden>
Date:   Mon Jan 9 18:07:29 2017 +0100

    gnu: Update imagemagick to version 7.0.4-3.
    
    * gnu/packages/imagemagick.scm: Update to version 7.0.4-3
---
 gnu/packages/imagemagick.scm |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index d654c3b..d191ea7 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -43,17 +43,14 @@
 (define-public imagemagick
   (package
     (name "imagemagick")
-    ;; 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.7-3")
+    (version "7.0.4-3")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://imagemagick/ImageMagick-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "18cibh5rmxddwpsrpzjd4sbim80g5w36zhl8bw582nw39cs6f5w0"))))
+               "1i4z8lw2i4vk9gg5av50k2maf2nx6rzdm7l8jg0c5lc2788fl2dw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]