[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: ImageMagick: Update to 6.9.10-50.
From: |
guix-commits |
Subject: |
02/02: gnu: ImageMagick: Update to 6.9.10-50. |
Date: |
Sun, 30 Jun 2019 08:03:34 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 730c1cc04ea1e458c4690e28db415e0c4ea136ff
Author: Marius Bakke <address@hidden>
Date: Sun Jun 30 13:41:21 2019 +0200
gnu: ImageMagick: Update to 6.9.10-50.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-50.
---
gnu/packages/imagemagick.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index dba193d..769b0bd 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-49")
+ (version "6.9.10-50")
(source (origin
(method url-fetch)
(uri (string-append "mirror://imagemagick/ImageMagick-"
version ".tar.xz"))
(sha256
(base32
- "1w4vsppyn1h58x3z4hgly5qxp16q66l18y9rwavrravw0kiq64fs"))))
+ "1p8mqfz500bc6hapm64xr5qjrgmkfw7cq9m73xfzaxlriih8rm56"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")