all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#33348] [PATCH] gnu: ImageMagick: Update to 6.9.10-14.
@ 2018-11-11 19:56 Alex Vong
  2018-11-11 20:09 ` Alex Vong
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Vong @ 2018-11-11 19:56 UTC (permalink / raw)
  To: 33348; +Cc: alexvong1995


[-- Attachment #1.1: Type: text/plain, Size: 72 bytes --]

Hello,

The following patch updates imagemagick to its latest version:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-ImageMagick-Update-to-6.9.10-14.patch --]
[-- Type: text/x-diff, Size: 1370 bytes --]

From d03a1e3d2f6c6fd0b88a5cc38d6bf82b4713e165 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Mon, 12 Nov 2018 03:53:50 +0800
Subject: [PATCH] gnu: ImageMagick: Update to 6.9.10-14.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-14.
---
 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 e29ec6255..4756e0a68 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -47,14 +47,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-12")
+    (version "6.9.10-14")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://imagemagick/ImageMagick-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0ri96yqihdk921k5qx23y2sbhraxbp2avdccxiy6m3srjkirym2l"))))
+               "0vcfjvdk9in92x808djvy94l5gylpgds4a7mlr8jrxsv9snx88yi"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")
-- 
2.19.1


[-- Attachment #1.3: Type: text/plain, Size: 14 bytes --]


Cheers,
Alex

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#33348] [PATCH] gnu: ImageMagick: Update to 6.9.10-14.
  2018-11-11 19:56 [bug#33348] [PATCH] gnu: ImageMagick: Update to 6.9.10-14 Alex Vong
@ 2018-11-11 20:09 ` Alex Vong
  2018-11-13 16:30   ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Vong @ 2018-11-11 20:09 UTC (permalink / raw)
  To: 33348; +Cc: alexvong1995


[-- Attachment #1.1: Type: text/plain, Size: 34 bytes --]

Hmm forget to add the copyright:


[-- Attachment #1.2: 0001-gnu-ImageMagick-Update-to-6.9.10-14.patch --]
[-- Type: text/x-diff, Size: 1676 bytes --]

From 086849cd26991e9c482313b58fa53eecb85aa095 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Mon, 12 Nov 2018 03:53:50 +0800
Subject: [PATCH] gnu: ImageMagick: Update to 6.9.10-14.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-14.
---
 gnu/packages/imagemagick.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index e29ec6255..fe0923f47 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -47,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-12")
+    (version "6.9.10-14")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://imagemagick/ImageMagick-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0ri96yqihdk921k5qx23y2sbhraxbp2avdccxiy6m3srjkirym2l"))))
+               "0vcfjvdk9in92x808djvy94l5gylpgds4a7mlr8jrxsv9snx88yi"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")
-- 
2.19.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#33348] [PATCH] gnu: ImageMagick: Update to 6.9.10-14.
  2018-11-11 20:09 ` Alex Vong
@ 2018-11-13 16:30   ` Leo Famulari
  2018-11-13 19:51     ` bug#33348: " Alex Vong
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2018-11-13 16:30 UTC (permalink / raw)
  To: Alex Vong; +Cc: 33348

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

On Mon, Nov 12, 2018 at 04:09:01AM +0800, Alex Vong wrote:
> From 086849cd26991e9c482313b58fa53eecb85aa095 Mon Sep 17 00:00:00 2001
> From: Alex Vong <alexvong1995@gmail.com>
> Date: Mon, 12 Nov 2018 03:53:50 +0800
> Subject: [PATCH] gnu: ImageMagick: Update to 6.9.10-14.
> 
> * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-14.

Thanks, please push!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#33348: [PATCH] gnu: ImageMagick: Update to 6.9.10-14.
  2018-11-13 16:30   ` Leo Famulari
@ 2018-11-13 19:51     ` Alex Vong
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Vong @ 2018-11-13 19:51 UTC (permalink / raw)
  To: Leo Famulari; +Cc: alexvong1995, 33348-done

[-- Attachment #1: Type: text/plain, Size: 494 bytes --]

Leo Famulari <leo@famulari.name> writes:

> On Mon, Nov 12, 2018 at 04:09:01AM +0800, Alex Vong wrote:
>> From 086849cd26991e9c482313b58fa53eecb85aa095 Mon Sep 17 00:00:00 2001
>> From: Alex Vong <alexvong1995@gmail.com>
>> Date: Mon, 12 Nov 2018 03:53:50 +0800
>> Subject: [PATCH] gnu: ImageMagick: Update to 6.9.10-14.
>> 
>> * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-14.
>
> Thanks, please push!

Pushed as c991806a7d9817c8c204dfd0813144aa0ea96c57, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-13 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-11 19:56 [bug#33348] [PATCH] gnu: ImageMagick: Update to 6.9.10-14 Alex Vong
2018-11-11 20:09 ` Alex Vong
2018-11-13 16:30   ` Leo Famulari
2018-11-13 19:51     ` bug#33348: " Alex Vong

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.