diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-09 22:25:02 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 01:14:36 +0100 |
commit | ed530aeb71dec4c77d3686438a83b5565654336c (patch) | |
tree | 0ff2f9ce473e86c0aa2b8e755414a6e0f56e6351 | |
parent | e0288fd80d080d7173d227976e1ce3526c1cc995 (diff) |
gnu: imagemagick: Update to 6.9.10-78.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-78.
-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 74fbf9158a..6e10c323e8 100644 --- a/gnu/packages/imagemagick.scm +++ b/gnu/packages/imagemagick.scm @@ -48,14 +48,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.10-68") + (version "6.9.10-78") (source (origin (method url-fetch) (uri (string-append "mirror://imagemagick/ImageMagick-" version ".tar.xz")) (sha256 (base32 - "1jxjxhnvznpbdigry2cgxx94cx6k6y3rs40a464n5yln29s1qlz1")))) + "178sai7r0w2hwv01is25c8mxf9lc2ba0l16qm45h9vv49y5dy08q")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch") |