gnu: imagemagick: Upgrade to 6.8.8-4.

* gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-4.
This commit is contained in:
Andreas Enge 2014-02-06 09:32:12 +01:00
parent 8254b48066
commit c6ebb77cb7
1 changed files with 2 additions and 2 deletions

View File

@ -37,14 +37,14 @@
(define-public imagemagick
(package
(name "imagemagick")
(version "6.8.7-9")
(version "6.8.8-4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://imagemagick/ImageMagick-"
version ".tar.xz"))
(sha256
(base32
"0625hqddc93qjd5923yivy74jyagk3n2bi2kjgykn86g7kxh7fcd"))))
"0bfxhfymkdbvardlr0nbjfmv53m47lcl9kkycipk4hxawfs927jr"))))
(build-system gnu-build-system)
(arguments
`(#:phases (alist-cons-before