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


From: Marius Bakke
Subject: 02/02: gnu: imagemagick: Update to 6.9.10-5.
Date: Sun, 8 Jul 2018 17:55:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6a8299d267d111da4c80bbdfc83eb5cdfc072b4a
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 8 23:23:01 2018 +0200

    gnu: imagemagick: Update to 6.9.10-5.
    
    * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-5.
---
 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 24e6214..2a8479e 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-3")
+    (version "6.9.10-5")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://imagemagick/ImageMagick-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0njq3vp0f3d5992jsah5nhbc5id2bnl7myhdw669k0vmc55mmlcj"))))
+               "0sl6f9r7wb081gv8zm450x37lankwp683in1crlx6pskrbsvwc08"))))
     (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]