Skip to content
Snippets Groups Projects
Unverified Commit a5dd8db4 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: gimp: Update to 2.8.16.

* gnu/packages/gimp.scm (gimp): Update to 2.8.16.
parent 64efa307
No related branches found
No related tags found
No related merge requests found
......@@ -124,14 +124,15 @@ (define-public gegl
(define-public gimp
(package
(name "gimp")
(version "2.8.14")
(version "2.8.16")
(source (origin
(method url-fetch)
(uri (string-append "http://download.gimp.org/pub/gimp/v2.8/gimp-"
version ".tar.bz2"))
(uri (string-append "http://download.gimp.org/pub/gimp/v"
(version-major+minor version)
"/gimp-" version ".tar.bz2"))
(sha256
(base32
"0bdj0l7a94jqhjnj40m9rqaf622wj905iximivb55iy98639aanq"))))
"1dsgazia9hmab8cw3iis7s69dvqyfj5wga7ds7w2q5mms1xqbqwm"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;8 MiB of gtk-doc HTML
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment