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>
This commit is contained in:
parent
9adfc7fff7
commit
f4160fe570
1 changed files with 3 additions and 2 deletions
|
@ -250,7 +250,7 @@ buffers.")
|
||||||
(define-public gimp
|
(define-public gimp
|
||||||
(package
|
(package
|
||||||
(name "gimp")
|
(name "gimp")
|
||||||
(version "2.10.20")
|
(version "2.10.22")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.gimp.org/pub/gimp/v"
|
(uri (string-append "https://download.gimp.org/pub/gimp/v"
|
||||||
|
@ -258,7 +258,7 @@ buffers.")
|
||||||
"/gimp-" version ".tar.bz2"))
|
"/gimp-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g3vzh1bjffqx94mfghmwvkhncv71cgah2mnfx17q00s9f3rybz1"))))
|
"1fqqyshakvdarf1jipk2n33ibqr23ni22z3d8srq13bpydblpf1d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out"
|
(outputs '("out"
|
||||||
"doc")) ; 9 MiB of gtk-doc HTML
|
"doc")) ; 9 MiB of gtk-doc HTML
|
||||||
|
@ -310,6 +310,7 @@ buffers.")
|
||||||
("exif" ,libexif) ; optional, EXIF + XMP support
|
("exif" ,libexif) ; optional, EXIF + XMP support
|
||||||
("lcms" ,lcms) ; optional, color management
|
("lcms" ,lcms) ; optional, color management
|
||||||
("librsvg" ,librsvg) ; optional, SVG support
|
("librsvg" ,librsvg) ; optional, SVG support
|
||||||
|
("libxcursor" ,libxcursor) ; optional, Mouse Cursor support
|
||||||
("poppler" ,poppler) ; optional, PDF support
|
("poppler" ,poppler) ; optional, PDF support
|
||||||
("poppler-data" ,poppler-data)
|
("poppler-data" ,poppler-data)
|
||||||
("python" ,python-2) ; optional, Python support
|
("python" ,python-2) ; optional, Python support
|
||||||
|
|
Reference in a new issue