guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: imagemagick: Update to 6.9.9-35.


From: Marius Bakke
Subject: 03/06: gnu: imagemagick: Update to 6.9.9-35.
Date: Tue, 20 Feb 2018 11:31:14 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5c73e162e246094e1d441e7f31d0dfc187777465
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 20 15:04:28 2018 +0100

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