guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: GraphicsMagick: Update to 1.3.34.


From: guix-commits
Subject: branch master updated: gnu: GraphicsMagick: Update to 1.3.34.
Date: Wed, 29 Jan 2020 15:17:59 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7c73da9  gnu: GraphicsMagick: Update to 1.3.34.
7c73da9 is described below

commit 7c73da9907ac452f9a1cd8a8023077e9f79b6005
Author: Leo Famulari <address@hidden>
AuthorDate: Sun Jan 26 15:16:26 2020 -0500

    gnu: GraphicsMagick: Update to 1.3.34.
    
    * gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.34.
---
 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 e6a1787..715388e 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -170,7 +170,7 @@ script.")
 (define-public graphicsmagick
   (package
     (name "graphicsmagick")
-    (version "1.3.33")
+    (version "1.3.34")
     (source
      (origin
        (method url-fetch)
@@ -182,7 +182,8 @@ script.")
                         "GraphicsMagick/" (version-major+minor version)
                         "/GraphicsMagick-" version ".tar.xz")))
        (sha256
-        (base32 "0y67dl6xbk1pxndppa93hhlq9i6bpcjw39gb4i8hnn1klqqb630k"))))
+        (base32
+         "197pshms3m8mn2x1ryiag37ambm8qmb448spch66l3gdfd8rs06z"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]