guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: imagemagick: Update to 6.9.8-6.


From: Leo Famulari
Subject: 02/02: gnu: imagemagick: Update to 6.9.8-6.
Date: Sat, 20 May 2017 14:06:29 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit b17bd261b09d6dbc7077c5745f297471bb6d9dec
Author: Leo Famulari <address@hidden>
Date:   Sat May 20 13:47:11 2017 -0400

    gnu: imagemagick: Update to 6.9.8-6.
    
    * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-6.
---
 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 48902bb..bde3ebe 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -46,14 +46,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.8-4")
+    (version "6.9.8-6")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://imagemagick/ImageMagick-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "04fb0x8zc9z11127wsnxlzg0jcgs4xwlx8fxy4jac2y3mmmlzhm6"))))
+               "1sxg2wx3nrzbymh5wcqiv1x401nrz95xkrqgk3x446vx8lq7ln6w"))))
     (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]