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.10-10.


From: Leo Famulari
Subject: 02/02: gnu: ImageMagick: Update to 6.9.10-10.
Date: Wed, 22 Aug 2018 03:26:09 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 180a8986e57a6cfb65a8cddabcb430f23801832b
Author: Leo Famulari <address@hidden>
Date:   Tue Aug 21 21:53:56 2018 -0400

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