guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: imagemagick: Update to 6.9.12-0.


From: guix-commits
Subject: branch staging updated: gnu: imagemagick: Update to 6.9.12-0.
Date: Tue, 16 Feb 2021 15:31:28 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 98a4130  gnu: imagemagick: Update to 6.9.12-0.
98a4130 is described below

commit 98a41305cca3413c6d0b98e9c02caddc9138353e
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Tue Feb 16 20:32:43 2021 +0100

    gnu: imagemagick: Update to 6.9.12-0.
    
    * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.12-0.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 02a627f..2ca0cfc 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -50,14 +50,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.11-48")
+    (version "6.9.12-0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://imagemagick/ImageMagick-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0m8nkmywkqwyrr01q7aiakj6mi4rb2psjgzv8n0x82x3s1rpfyql"))))
+               "0bdc6rn14xxlvylck9yzr0mgx5dps3pdyfsgy91wxs64ck0kaahf"))))
     (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]