guix-commits
[Top][All Lists]
Advanced

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

15/15: gnu: gimp: Update to 2.10.18.


From: guix-commits
Subject: 15/15: gnu: gimp: Update to 2.10.18.
Date: Tue, 10 Mar 2020 19:30:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 57f85eef462d0ce33d4ebfa3faaea1ff90dad65a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Mar 11 00:11:44 2020 +0100

    gnu: gimp: Update to 2.10.18.
    
    * gnu/packages/gimp.scm (gimp): Update to 2.10.18.
---
 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 c4319d9..fcf6134 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -134,7 +134,7 @@ buffers.")
 (define-public gimp
   (package
     (name "gimp")
-    (version "2.10.14")
+    (version "2.10.18")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.gimp.org/pub/gimp/v";
@@ -142,7 +142,7 @@ buffers.")
                                   "/gimp-" version ".tar.bz2"))
               (sha256
                (base32
-                "0m6wdnfvsxyhimdd4v3351g4r1fklllnbipbwcfym3h7q88hz6yz"))))
+                "05np26g61fyr72s7qjfrcck8v57r0yswq5ihvqyzvgzfx08y3gv5"))))
     (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]