guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: imagemagick: Update to 6.9.9-34.


From: Marius Bakke
Subject: 04/10: gnu: imagemagick: Update to 6.9.9-34.
Date: Thu, 1 Feb 2018 06:14:05 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b49bc67ce8f5ae8a5fe185f908abb729392a00a2
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 1 11:31:40 2018 +0100

    gnu: imagemagick: Update to 6.9.9-34.
    
    * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-34.
---
 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 ba25a7f..6b802d7 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.9-30")
+    (version "6.9.9-34")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://imagemagick/ImageMagick-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1vqy5pzd1zdag9hf6s6xvyvfa30zx08cps9xg2481v7d2pyxs79j"))))
+               "0b11pxaiq0bvr3f3fj791jnfmwn61i3ini78cwi0szrn3akqwzdk"))))
     (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]