guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gimp: Update to 2.8.22 [fixes CVE-2007-3126].


From: Leo Famulari
Subject: 01/01: gnu: gimp: Update to 2.8.22 [fixes CVE-2007-3126].
Date: Fri, 12 May 2017 21:44:27 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit a23e0a9f87fc89ad54acc21c0553cabe978274ff
Author: Leo Famulari <address@hidden>
Date:   Fri May 12 21:25:57 2017 -0400

    gnu: gimp: Update to 2.8.22 [fixes CVE-2007-3126].
    
    * gnu/packages/gimp.scm (gimp): Update to 2.8.22.
---
 gnu/packages/gimp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 15eb5bc..362e204 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -126,7 +126,7 @@ buffers.")
 (define-public gimp
   (package
     (name "gimp")
-    (version "2.8.18")
+    (version "2.8.22")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.gimp.org/pub/gimp/v";
@@ -134,10 +134,10 @@ buffers.")
                                   "/gimp-" version ".tar.bz2"))
               (sha256
                (base32
-                "0halh6sl3d2j9gahyabj6h6r3yyldcy7sfb4qrfazpkqqr3j5p9r"))))
+                "12k3lp938qdc9cqj29scg55f3bb8iav2fysd29w0s49bqmfa71wi"))))
     (build-system gnu-build-system)
     (outputs '("out"
-               "doc"))                            ;8 MiB of gtk-doc HTML
+               "doc"))                            ;5 MiB of gtk-doc HTML
     (arguments
      '(#:configure-flags (list (string-append "--with-html-dir="
                                               (assoc-ref %outputs "doc")



reply via email to

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