gnu: imagemagick: Update to 6.8.6-9.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.8.6-9.
This commit is contained in:
Andreas Enge 2013-08-28 23:33:24 +02:00
parent ee85f3dbe9
commit f02b5474f1
1 changed files with 2 additions and 2 deletions

View File

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