guix-commits
[Top][All Lists]
Advanced

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

14/20: gnu: gimp: Update to 2.10.8.


From: guix-commits
Subject: 14/20: gnu: gimp: Update to 2.10.8.
Date: Tue, 19 Feb 2019 04:03:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 81d6dd20d0398c4643c961a90512246ae9de6971
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 19 07:13:48 2019 +0100

    gnu: gimp: Update to 2.10.8.
    
    * gnu/packages/gimp.scm (gimp): Update to 2.10.8.
---
 gnu/packages/gimp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index f3cb23a..9f0a87a 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -118,7 +118,7 @@ buffers.")
 (define-public gimp
   (package
     (name "gimp")
-    (version "2.10.6")
+    (version "2.10.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.gimp.org/pub/gimp/v";
@@ -126,7 +126,7 @@ buffers.")
                                   "/gimp-" version ".tar.bz2"))
               (sha256
                (base32
-                "07qh2ljbza2mph1gh8sicn27qihhj8hx3ivvry2874cfh8ghgj2f"))))
+                "16sb4kslwin2jbgdb4nhks78pd0af8mvj8g5hap3hj946p7w2jfq"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "doc"))                            ; 9 MiB of gtk-doc HTML



reply via email to

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