diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-31 20:20:42 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-04-01 01:32:40 +0200 |
commit | b58c754ea83b4de066b55dd6e603b57c1ba87391 (patch) | |
tree | 7f8a8ac72dca1bb5696cc9ab5c284466e2e2b951 /gnu | |
parent | 41af23dbf4e770eb866e15bf3b700e204d9f53a9 (diff) | |
download | patches-b58c754ea83b4de066b55dd6e603b57c1ba87391.tar patches-b58c754ea83b4de066b55dd6e603b57c1ba87391.tar.gz |
gnu: ImageMagick: Update to 6.9.10-35.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-35.
Diffstat (limited to 'gnu')
-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 7f3fc408e0..f69f452ee2 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-34") + (version "6.9.10-35") (source (origin (method url-fetch) (uri (string-append "mirror://imagemagick/ImageMagick-" version ".tar.xz")) (sha256 (base32 - "1pm1lvbfw67780nch7w80dsvx7v8wbrpj43v3c9217dpz0l89442")))) + "1mc7f1i29w27nqsc8gmlqxyid16ik4ys0razggwajzs7mhxy3g8g")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch") |