me
/
guix
Archived
1
0
Fork 0

gnu: imagemagick: Update to 6.9.5-7.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.5-7.
master
Leo Famulari 2016-08-14 22:24:13 -04:00
parent 8cce8797be
commit 2328f328f3
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.5-4")
(version "6.9.5-7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://imagemagick/ImageMagick-"
version ".tar.xz"))
(sha256
(base32
"1n7fjbjh6s6rblkga8lkdqcd2b3vjgcm5jcx1r8vnww6b2w9ym00"))))
"00arcvyhsy9i5gp3b0lhfvs04qwhxpmq0bfsv4ipllinb6mjgxf5"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-frozenpaths")