gnu: imagemagick: Update to 6.9.5-0.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.5-0.
master
Leo Famulari 2016-06-30 03:38:14 -04:00
parent 9c509ca9a6
commit 07abcc2e73
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -41,14 +41,14 @@
(define-public imagemagick
(package
(name "imagemagick")
(version "6.9.4-10")
(version "6.9.5-0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://imagemagick/ImageMagick-"
version ".tar.xz"))
(sha256
(base32
"0bbac9zdjl2g8x127jx5jisih9r49980w7ar6m8xj3nyh3m83jd2"))))
"1d1hmmnks071zfkpv971b3q56qlml0wv1xlw8yvq6cnybc2cwc3q"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-frozenpaths")