guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ImageMagick: Update to 6.9.10-12.


From: Leo Famulari
Subject: 01/04: gnu: ImageMagick: Update to 6.9.10-12.
Date: Fri, 12 Oct 2018 23:42:57 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3584eeb9a17e873778c9b36ca7a691d45e364856
Author: Leo Famulari <address@hidden>
Date:   Fri Oct 12 22:42:21 2018 -0400

    gnu: ImageMagick: Update to 6.9.10-12.
    
    * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-12.
---
 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 ec2ac08..e29ec62 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-10")
+    (version "6.9.10-12")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://imagemagick/ImageMagick-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0b0wwxm6mgaxq0i0hazxcpbk7xd5j1329r1vk9h07iz4v3k8i57h"))))
+               "0ri96yqihdk921k5qx23y2sbhraxbp2avdccxiy6m3srjkirym2l"))))
     (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]