guix-commits
[Top][All Lists]
Advanced

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

154/184: gnu: gimp: Update to 2.10.14.


From: guix-commits
Subject: 154/184: gnu: gimp: Update to 2.10.14.
Date: Wed, 27 Nov 2019 14:37:18 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit e17d12f3c57af451eeed868b5d43d9405457fd8a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Nov 10 00:31:52 2019 +0100

    gnu: gimp: Update to 2.10.14.
    
    * gnu/packages/gimp.scm (gimp): Update to 2.10.14.
---
 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 79ce01e..42a55cf 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.12")
+    (version "2.10.14")
     (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
-                "0wdcr8d2ink4swn5r4v13bsiya6s3xm4ya97sdbhs4l40y7bb03x"))))
+                "0m6wdnfvsxyhimdd4v3351g4r1fklllnbipbwcfym3h7q88hz6yz"))))
     (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]