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.10.10.


From: guix-commits
Subject: 01/01: gnu: GIMP: Update to 2.10.10.
Date: Mon, 8 Apr 2019 16:38:02 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 36dbad3858ca4229e9ec319bd4983fca7835067d
Author: Leo Famulari <address@hidden>
Date:   Mon Apr 8 16:19:01 2019 -0400

    gnu: GIMP: Update to 2.10.10.
    
    * gnu/packages/gimp.scm (gimp): Update to 2.10.10.
---
 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 575666f..96c2aef 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.8")
+    (version "2.10.10")
     (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
-                "16sb4kslwin2jbgdb4nhks78pd0af8mvj8g5hap3hj946p7w2jfq"))))
+                "0xwck5nbpb945s1cyij3kfqw1pchbhx8i5vf5hgywyjw4r1z5l8j"))))
     (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]