Skip to content
Snippets Groups Projects
Commit d694a44c authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: imagemagick: Update to 6.8.7-9.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.8.7-9.
parent f198ffd0
No related branches found
No related tags found
No related merge requests found
...@@ -37,14 +37,14 @@ (define-module (gnu packages imagemagick) ...@@ -37,14 +37,14 @@ (define-module (gnu packages imagemagick)
(define-public imagemagick (define-public imagemagick
(package (package
(name "imagemagick") (name "imagemagick")
(version "6.8.6-9") (version "6.8.7-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
"1bpj8676mph5cvyjsdgf27i6yg2iw9iskk5c69mvpxkyawgjw1vg")))) "0625hqddc93qjd5923yivy74jyagk3n2bi2kjgykn86g7kxh7fcd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases (alist-cons-before `(#:phases (alist-cons-before
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment