diff options
| author | Leo Famulari <leo@famulari.name> | 2018-10-12 22:42:21 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2018-10-12 23:42:39 -0400 |
| commit | 3584eeb9a17e873778c9b36ca7a691d45e364856 (patch) | |
| tree | a127c57c5db4673ba65ee2e17cb610bc2b406eaf | |
| parent | a60e868629cbc471a2d511aa8f1bcbbd18caea8f (diff) | |
gnu: ImageMagick: Update to 6.9.10-12.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-12.
| -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 ec2ac08909b..e29ec6255bc 100644 --- a/gnu/packages/imagemagick.scm +++ b/gnu/packages/imagemagick.scm | |||
| @@ -47,14 +47,14 @@ | |||
| 47 | ;; The 7 release series has an incompatible API, while the 6 series is still | 47 | ;; The 7 release series has an incompatible API, while the 6 series is still |
| 48 | ;; maintained. Don't update to 7 until we've made sure that the ImageMagick | 48 | ;; maintained. Don't update to 7 until we've made sure that the ImageMagick |
| 49 | ;; users are ready for the 7-series API. | 49 | ;; users are ready for the 7-series API. |
| 50 | (version "6.9.10-10") | 50 | (version "6.9.10-12") |
| 51 | (source (origin | 51 | (source (origin |
| 52 | (method url-fetch) | 52 | (method url-fetch) |
| 53 | (uri (string-append "mirror://imagemagick/ImageMagick-" | 53 | (uri (string-append "mirror://imagemagick/ImageMagick-" |
| 54 | version ".tar.xz")) | 54 | version ".tar.xz")) |
| 55 | (sha256 | 55 | (sha256 |
| 56 | (base32 | 56 | (base32 |
| 57 | "0b0wwxm6mgaxq0i0hazxcpbk7xd5j1329r1vk9h07iz4v3k8i57h")))) | 57 | "0ri96yqihdk921k5qx23y2sbhraxbp2avdccxiy6m3srjkirym2l")))) |
| 58 | (build-system gnu-build-system) | 58 | (build-system gnu-build-system) |
| 59 | (arguments | 59 | (arguments |
| 60 | `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch") | 60 | `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch") |
