gnu: imagemagick: Update to 6.9.10-5.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-5.
This commit is contained in:
Marius Bakke 2018-07-08 23:23:01 +02:00
parent 4a785cc92e
commit 6a8299d267
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -47,14 +47,14 @@ (define-public imagemagick
;; 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-3")
(version "6.9.10-5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://imagemagick/ImageMagick-"
version ".tar.xz"))
(sha256
(base32
"0njq3vp0f3d5992jsah5nhbc5id2bnl7myhdw669k0vmc55mmlcj"))))
"0sl6f9r7wb081gv8zm450x37lankwp683in1crlx6pskrbsvwc08"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")