diff options
author | Leo Famulari <leo@famulari.name> | 2018-05-13 10:00:23 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-05-13 11:55:46 -0400 |
commit | e42c3649d867de0cfabae0a234187679f5736030 (patch) | |
tree | 228716f5ecaebbce297b6c14dad21d06472e7a29 | |
parent | d801cd0509c9c9523300c41582ec3d8e59e15539 (diff) | |
download | guix-e42c3649d867de0cfabae0a234187679f5736030.tar guix-e42c3649d867de0cfabae0a234187679f5736030.tar.gz |
gnu: ImageMagick: Update to 6.9.9-43.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-43.
-rw-r--r-- | gnu/packages/imagemagick.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm index d3cc656f11..6781cd3192 100644 --- a/gnu/packages/imagemagick.scm +++ b/gnu/packages/imagemagick.scm @@ -47,14 +47,14 @@ ;; 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.9-39") + (version "6.9.9-43") (source (origin (method url-fetch) (uri (string-append "mirror://imagemagick/ImageMagick-" version ".tar.xz")) (sha256 (base32 - "0cgrvfg8722cdv2y0hw2f7xhzdfmfiqc1348l71ki38dg4b0q4sn")))) + "09vfxb1ljfma7mvkcqp17bs7adlrfh6kc6k9hifkhgxf51vr7hk6")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch") |