gnu: imagemagick: Update to 6.9.6-3.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-3.
This commit is contained in:
Leo Famulari 2016-10-31 13:23:55 -04:00
parent 1a86b671ce
commit fdc45ab1b0
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -43,14 +43,14 @@
(define-public imagemagick (define-public imagemagick
(package (package
(name "imagemagick") (name "imagemagick")
(version "6.9.6-2") (version "6.9.6-3")
(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
"139h9lycxw3lszn052m34xm0rqyanin4nb529vxjcrkkzqilh91r")))) "0min87mdhv6bni5hz99i3j1wkrjrqp88dx4ckjzmilg28p9ick63"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch") `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")