gnu: ImageMagick: Update to 6.9.10-50.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-50.
This commit is contained in:
Marius Bakke 2019-06-30 13:41:21 +02:00
parent c50f15d67f
commit 730c1cc04e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -48,14 +48,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-49")
(version "6.9.10-50")
(source (origin
(method url-fetch)
(uri (string-append "mirror://imagemagick/ImageMagick-"
version ".tar.xz"))
(sha256
(base32
"1w4vsppyn1h58x3z4hgly5qxp16q66l18y9rwavrravw0kiq64fs"))))
"1p8mqfz500bc6hapm64xr5qjrgmkfw7cq9m73xfzaxlriih8rm56"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")