guix-commits
[Top][All Lists]
Advanced

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

06/15: gnu: imagemagick: Update to 6.9.10-15.


From: guix-commits
Subject: 06/15: gnu: imagemagick: Update to 6.9.10-15.
Date: Tue, 4 Dec 2018 14:06:35 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit c492e85b526d06aed90b8f3a7b4b99f602072c96
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 4 17:00:55 2018 +0100

    gnu: imagemagick: Update to 6.9.10-15.
    
    * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-15.
---
 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 fe0923f..a3a91fe 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -48,14 +48,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-14")
+    (version "6.9.10-15")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://imagemagick/ImageMagick-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0vcfjvdk9in92x808djvy94l5gylpgds4a7mlr8jrxsv9snx88yi"))))
+               "0li39qs9dic5rkcq455nv6mchyj6xy55qjnw5aa96s7qxq1c6ix9"))))
     (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]