guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gimp: Update to 2.10.12.


From: guix-commits
Subject: 02/02: gnu: gimp: Update to 2.10.12.
Date: Thu, 13 Jun 2019 06:53:13 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4d6d2d7cca222b8a6f5c63340a058f4c4cc7ed28
Author: Nicolas Goaziou <address@hidden>
Date:   Thu Jun 13 12:52:55 2019 +0200

    gnu: gimp: Update to 2.10.12.
    
    * gnu/packages/gimp.scm (gimp): Update to 2.10.12.
---
 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 19f19bc..70bc8db 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.10")
+    (version "2.10.12")
     (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
-                "0xwck5nbpb945s1cyij3kfqw1pchbhx8i5vf5hgywyjw4r1z5l8j"))))
+                "0wdcr8d2ink4swn5r4v13bsiya6s3xm4ya97sdbhs4l40y7bb03x"))))
     (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]