me
/
guix
Archived
1
0
Fork 0

gnu: imagemagick: Update to 6.9.6-8.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-8.
master
Leo Famulari 2016-12-17 00:39:29 -05:00
parent 7c1a7bf484
commit c7ec7c9926
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -43,14 +43,14 @@
(define-public imagemagick
(package
(name "imagemagick")
(version "6.9.6-7")
(version "6.9.6-8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://imagemagick/ImageMagick-"
version ".tar.xz"))
(sha256
(base32
"1ls3g4gpdh094n03szr9arpr0rfwd1krv2s9gnck8j0ab10ccgs5"))))
"0p9zmzlhcmq0r52vkh9s9zj6906h93k7bff61rgbsm1l30c2pfrr"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")