guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: gimp: Update to 2.10.2.


From: Tobias Geerinckx-Rice
Subject: 06/09: gnu: gimp: Update to 2.10.2.
Date: Thu, 21 Jun 2018 12:54:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b3450251376faced8bf5afe976b70a9022707f45
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 21 14:58:30 2018 +0200

    gnu: gimp: Update to 2.10.2.
    
    * gnu/packages/gimp.scm (gimp): Update to 2.10.2.
---
 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 9eca570..3a16309 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -117,7 +117,7 @@ buffers.")
 (define-public gimp
   (package
     (name "gimp")
-    (version "2.10.0")
+    (version "2.10.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.gimp.org/pub/gimp/v";
@@ -125,10 +125,10 @@ buffers.")
                                   "/gimp-" version ".tar.bz2"))
               (sha256
                (base32
-                "1qkxaigbfkx26xym5nzrgfrmn97cbnhn63v1saaha2nbi3xrdk3z"))))
+                "1srkqd9cx1xmny7cyk3b6f14dknb3fd77whm38vlvr7grnpbmc0w"))))
     (build-system gnu-build-system)
     (outputs '("out"
-               "doc"))                            ;9 MiB of gtk-doc HTML
+               "doc"))                            ; 9 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]