guix-commits
[Top][All Lists]
Advanced

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

08/20: gnu: ImageMagick: Update to 6.9.10-58.


From: guix-commits
Subject: 08/20: gnu: ImageMagick: Update to 6.9.10-58.
Date: Sun, 4 Aug 2019 07:53:27 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit c0e40f4fd21b7dea051ab4ee4acf7a6920b3fcff
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 1 14:18:38 2019 +0200

    gnu: ImageMagick: Update to 6.9.10-58.
    
    * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-58.
---
 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 39fcf61..807fd43 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-51")
+    (version "6.9.10-58")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://imagemagick/ImageMagick-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "03c5r14ycp7mmlk6pryfcnpvjjnghk3z7dbjd1b7m1bgzmw21jhj"))))
+               "1hrd408lqgwg70aaif8g60lipwsplsg61722kpmx7a08pygs46hf"))))
     (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]