all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 71667@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#71667] [PATCH v4] gnu: imagemagick: Update to 7.1.1-38.
Date: Mon,  2 Sep 2024 19:06:28 -0700	[thread overview]
Message-ID: <3695e4e965d50307bf1027b922e429b912e8a905.1725329062.git.atai@atai.org> (raw)
In-Reply-To: <33d29d243eb4cd848726790b86d14a51937cdaa4.1718860028.git.atai@atai.org>

* gnu/packages/imagemagick.scm (imagemagick): Update to 7.1.1-38.

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..8ca24fe905 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-38")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://imagemagick/ImageMagick-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1j1chkw33vjc37509vdwss28qywfvckvs73pvscldj8d0wnwypa8"))))
+                "10mdqhxk6sfazm4jn56wv13in06qdafkp81ck1n25z3p966m9pj8"))))
     (arguments
      (substitute-keyword-arguments (package-arguments imagemagick/stable)
        ((#:configure-flags flags #~'())

base-commit: 61a7930cb03f5eb9e8003bade21d61262c3db8df
prerequisite-patch-id: c46cc240fed9cfc3513d85220162ee0191169a2a
-- 
2.34.1





  parent reply	other threads:[~2024-09-03  2:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-20  5:08 [bug#71667] [PATCH] gnu: imagemagick: Update to 7.1.1-33 Andy Tai
2024-08-19  5:18 ` [bug#71667] [PATCH v2] gnu: imagemagick: Update to 7.1.1-36 Andy Tai
2024-09-03  2:03 ` [bug#71667] [PATCH v3] " Andy Tai
2024-09-03  2:06 ` Andy Tai [this message]
2024-09-11  8:46 ` [bug#71667] Change of major version Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3695e4e965d50307bf1027b922e429b912e8a905.1725329062.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=71667@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.