me
/
guix
Archived
1
0
Fork 0

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>
Michael Rohleder 2020-10-22 21:46:53 +02:00 committed by Leo Famulari
parent 9adfc7fff7
commit f4160fe570
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 2 deletions

View File

@ -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