gnu: gimp: Update to 2.8.22 [fixes CVE-2007-3126].

* gnu/packages/gimp.scm (gimp): Update to 2.8.22.
master
Leo Famulari 2017-05-12 21:25:57 -04:00
parent 3312fda09d
commit a23e0a9f87
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ buffers.")
(define-public gimp
(package
(name "gimp")
(version "2.8.18")
(version "2.8.22")
(source (origin
(method url-fetch)
(uri (string-append "http://download.gimp.org/pub/gimp/v"
@ -134,10 +134,10 @@ buffers.")
"/gimp-" version ".tar.bz2"))
(sha256
(base32
"0halh6sl3d2j9gahyabj6h6r3yyldcy7sfb4qrfazpkqqr3j5p9r"))))
"12k3lp938qdc9cqj29scg55f3bb8iav2fysd29w0s49bqmfa71wi"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;8 MiB of gtk-doc HTML
"doc")) ;5 MiB of gtk-doc HTML
(arguments
'(#:configure-flags (list (string-append "--with-html-dir="
(assoc-ref %outputs "doc")