aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2021-02-16 20:32:43 +0100
committerLeo Famulari <leo@famulari.name>2021-02-16 15:31:04 -0500
commit98a41305cca3413c6d0b98e9c02caddc9138353e (patch)
tree6f5cd22f9a654e1e2032b2afd9196052c7ab572b /gnu
parent0c25529c6c4d1da7483db3db8bdc4a10b580c85b (diff)
downloadguix-98a41305cca3413c6d0b98e9c02caddc9138353e.tar.gz
guix-98a41305cca3413c6d0b98e9c02caddc9138353e.zip
gnu: imagemagick: Update to 6.9.12-0.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.12-0. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/imagemagick.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index 02a627f17e..2ca0cfc9ea 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -50,14 +50,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.11-48")
+ (version "6.9.12-0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://imagemagick/ImageMagick-"
version ".tar.xz"))
(sha256
(base32
- "0m8nkmywkqwyrr01q7aiakj6mi4rb2psjgzv8n0x82x3s1rpfyql"))))
+ "0bdc6rn14xxlvylck9yzr0mgx5dps3pdyfsgy91wxs64ck0kaahf"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch"