[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/15: gnu: ImageMagick: Update to 6.9.10-27.
From: |
guix-commits |
Subject: |
08/15: gnu: ImageMagick: Update to 6.9.10-27. |
Date: |
Sun, 10 Feb 2019 15:14:30 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit 017a8178f6808b2736d6763d239772d3c42e0032
Author: Marius Bakke <address@hidden>
Date: Sun Feb 10 18:56:34 2019 +0100
gnu: ImageMagick: Update to 6.9.10-27.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-27.
---
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 dafe8c7..0207eb6 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-16")
+ (version "6.9.10-27")
(source (origin
(method url-fetch)
(uri (string-append "mirror://imagemagick/ImageMagick-"
version ".tar.xz"))
(sha256
(base32
- "1ylbv69r8l3d4za4i8q41cs6lq06mnhiq4qm03rvs3vp3gyp1m9x"))))
+ "1skngh58lkpa2scc9rhjxvhyn6f7nlwd28hbwrxzlvvb7qil9jcq"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")
- branch staging created (now d7dcced), guix-commits, 2019/02/10
- 13/15: gnu: nss, nss-certs: Update to 3.42.1., guix-commits, 2019/02/10
- 12/15: gnu: libxkbcommon: Update to 0.8.3., guix-commits, 2019/02/10
- 15/15: gnu: cups-filters: Update to 1.22.0., guix-commits, 2019/02/10
- 14/15: gnu: gdb: Update to 8.2.1., guix-commits, 2019/02/10
- 11/15: gnu: libva: Update to 2.4.0., guix-commits, 2019/02/10
- 10/15: gnu: qpdf: Update to 8.4.0., guix-commits, 2019/02/10
- 09/15: gnu: OpenBLAS: Update to 0.3.5., guix-commits, 2019/02/10
- 08/15: gnu: ImageMagick: Update to 6.9.10-27.,
guix-commits <=
- 06/15: gnu: libgsf: Update to 1.14.45., guix-commits, 2019/02/10
- 07/15: gnu: gtk+: Update to 3.24.5., guix-commits, 2019/02/10
- 05/15: gnu: libinput: Update to 1.12.6., guix-commits, 2019/02/10
- 03/15: gnu: meson: Update to 0.49.2., guix-commits, 2019/02/10
- 04/15: gnu: mariadb: Update to 10.1.38., guix-commits, 2019/02/10
- 01/15: gnu: apr: Update to 1.6.5., guix-commits, 2019/02/10
- 02/15: gnu: ninja: Update to 1.9.0., guix-commits, 2019/02/10