diff options
author | Leo Famulari <leo@famulari.name> | 2018-08-21 21:53:56 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-08-22 03:25:47 -0400 |
commit | 180a8986e57a6cfb65a8cddabcb430f23801832b (patch) | |
tree | d73e2f9a6032e005949c61dd83908356d7847642 /gnu | |
parent | 09efe9af2da804aaf493853ba4abfc15248a9641 (diff) | |
download | patches-180a8986e57a6cfb65a8cddabcb430f23801832b.tar patches-180a8986e57a6cfb65a8cddabcb430f23801832b.tar.gz |
gnu: ImageMagick: Update to 6.9.10-10.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-10.
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 5440686ec2..ec2ac08909 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.10-8") + (version "6.9.10-10") (source (origin (method url-fetch) (uri (string-append "mirror://imagemagick/ImageMagick-" version ".tar.xz")) (sha256 (base32 - "0l2fhqrphcx6aw8k2lc6bianfqc1dy17lkyaypfw8scgak8wq6wr")))) + "0b0wwxm6mgaxq0i0hazxcpbk7xd5j1329r1vk9h07iz4v3k8i57h")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch") |