diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-03-19 19:12:04 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-03-19 19:12:04 +0100 |
commit | 0f4139e97eaaf590c81f71fb42dff3d47ce60de3 (patch) | |
tree | 7b3dfb23fd47751e88b693a82eed479161ffdccc /gnu | |
parent | d7a9ed37c3103ae895dec673de68149b292ea364 (diff) | |
download | guix-0f4139e97eaaf590c81f71fb42dff3d47ce60de3.tar guix-0f4139e97eaaf590c81f71fb42dff3d47ce60de3.tar.gz |
gnu: imagemagick: Upgrade to 6.8.8-8.
* gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-8.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/imagemagick.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm index a1713273e9..e8869ddfd5 100644 --- a/gnu/packages/imagemagick.scm +++ b/gnu/packages/imagemagick.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -37,14 +37,14 @@ (define-public imagemagick (package (name "imagemagick") - (version "6.8.8-4") + (version "6.8.8-8") (source (origin (method url-fetch) (uri (string-append "mirror://imagemagick/ImageMagick-" version ".tar.xz")) (sha256 (base32 - "0bfxhfymkdbvardlr0nbjfmv53m47lcl9kkycipk4hxawfs927jr")))) + "1b1j4j6gyxd02nm7v70d8prjvh09dk9klralrr8avm9ys1wqd7r4")))) (build-system gnu-build-system) (arguments `(#:phases (alist-cons-before |