diff options
author | Leo Famulari <leo@famulari.name> | 2017-05-12 21:25:57 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-12 21:44:14 -0400 |
commit | a23e0a9f87fc89ad54acc21c0553cabe978274ff (patch) | |
tree | 76d3ff48967dd37a61ac9ab9e2091c3e02384888 /gnu/packages/gimp.scm | |
parent | 3312fda09deca3c44076627c504234d1501a87d6 (diff) | |
download | patches-a23e0a9f87fc89ad54acc21c0553cabe978274ff.tar patches-a23e0a9f87fc89ad54acc21c0553cabe978274ff.tar.gz |
gnu: gimp: Update to 2.8.22 [fixes CVE-2007-3126].
* gnu/packages/gimp.scm (gimp): Update to 2.8.22.
Diffstat (limited to 'gnu/packages/gimp.scm')
-rw-r--r-- | gnu/packages/gimp.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 15eb5bc084..362e2047fa 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -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") |