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


From: guix-commits
Subject: 02/02: gnu: gimp: Update to 2.10.22.
Date: Sun, 25 Oct 2020 14:32:49 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit f4160fe57083211fc08257ea312c1fcd9419c407
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Oct 22 21:46:53 2020 +0200

    gnu: gimp: Update to 2.10.22.
    
    * gnu/packages/gimp.scm (gimp): Update to 2.10.22.
    [inputs]: Add libxcursor.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/gimp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 8ae89af..530a53a 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -250,7 +250,7 @@ buffers.")
 (define-public gimp
   (package
     (name "gimp")
-    (version "2.10.20")
+    (version "2.10.22")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.gimp.org/pub/gimp/v";
@@ -258,7 +258,7 @@ buffers.")
                                   "/gimp-" version ".tar.bz2"))
               (sha256
                (base32
-                "0g3vzh1bjffqx94mfghmwvkhncv71cgah2mnfx17q00s9f3rybz1"))))
+                "1fqqyshakvdarf1jipk2n33ibqr23ni22z3d8srq13bpydblpf1d"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "doc"))                            ; 9 MiB of gtk-doc HTML
@@ -310,6 +310,7 @@ buffers.")
        ("exif" ,libexif)                ; optional, EXIF + XMP support
        ("lcms" ,lcms)                   ; optional, color management
        ("librsvg" ,librsvg)             ; optional, SVG support
+       ("libxcursor" ,libxcursor)       ; optional, Mouse Cursor support
        ("poppler" ,poppler)             ; optional, PDF support
        ("poppler-data" ,poppler-data)
        ("python" ,python-2)             ; optional, Python support



reply via email to

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