[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71667] [PATCH v3] gnu: imagemagick: Update to 7.1.1-36.
From: |
Andy Tai |
Subject: |
[bug#71667] [PATCH v3] gnu: imagemagick: Update to 7.1.1-36. |
Date: |
Mon, 2 Sep 2024 19:03:03 -0700 |
* gnu/packages/imagemagick.scm (imagemagick): Update to 7.1.1-36.
Change-Id: Iabab606cc94f6db522f5ce3822f631bce93207d0
---
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 e7734125ad..207e17381e 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -143,14 +143,14 @@ (define-public imagemagick
;; 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.13-5")
+ (version "7.1.1-36")
(source (origin
(method url-fetch)
(uri (string-append "mirror://imagemagick/ImageMagick-"
version ".tar.xz"))
(sha256
(base32
- "1j1chkw33vjc37509vdwss28qywfvckvs73pvscldj8d0wnwypa8"))))
+ "03w763wapi3xysg17l1cgs7s44dqnczc765097n90nx78h0lqaya"))))
(arguments
(substitute-keyword-arguments (package-arguments imagemagick/stable)
((#:configure-flags flags #~'())
base-commit: 61a7930cb03f5eb9e8003bade21d61262c3db8df
prerequisite-patch-id: c46cc240fed9cfc3513d85220162ee0191169a2a
--
2.34.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#71667] [PATCH v3] gnu: imagemagick: Update to 7.1.1-36.,
Andy Tai <=