guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ImageMagick: Update to 6.9.10-14.


From: Alex Vong
Subject: 01/01: gnu: ImageMagick: Update to 6.9.10-14.
Date: Tue, 13 Nov 2018 14:42:52 -0500 (EST)

alexvong1995 pushed a commit to branch master
in repository guix.

commit c991806a7d9817c8c204dfd0813144aa0ea96c57
Author: Alex Vong <address@hidden>
Date:   Mon Nov 12 03:53:50 2018 +0800

    gnu: ImageMagick: Update to 6.9.10-14.
    
    * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-14.
---
 gnu/packages/imagemagick.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index e29ec62..fe0923f 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2016 Mark H Weaver <address@hidden>
 ;;; Copyright © 2017 Efraim Flashner <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018 Alex Vong <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -47,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-12")
+    (version "6.9.10-14")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://imagemagick/ImageMagick-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0ri96yqihdk921k5qx23y2sbhraxbp2avdccxiy6m3srjkirym2l"))))
+               "0vcfjvdk9in92x808djvy94l5gylpgds4a7mlr8jrxsv9snx88yi"))))
     (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]