Skip to content
Snippets Groups Projects
Commit 30347040 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: gimp: Update to 2.8.14.

* gnu/packages/gimp.scm (gimp): Update to 2.8.14.
parent 3761792c
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
......@@ -21,6 +21,7 @@ (define-module (gnu packages gimp)
#:use-module (guix download)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix build-system gnu)
#:use-module (guix build-system glib-or-gtk)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages glib)
#:use-module (gnu packages gtk)
......@@ -117,19 +118,19 @@ (define-public gegl
(define-public gimp
(package
(name "gimp")
(version "2.8.10")
(version "2.8.14")
(source (origin
(method url-fetch)
(uri (string-append "http://download.gimp.org/pub/gimp/v2.8/gimp-"
version ".tar.bz2"))
version ".tar.bz2"))
(sha256
(base32
"1rha8yx0pplfjziqczjrxxp16vsvpmb5ziq3c218s4w9z4cqpzg7"))))
"0bdj0l7a94jqhjnj40m9rqaf622wj905iximivb55iy98639aanq"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
`(#:configure-flags
;; We don't have pygtk which seems to be needed for this feature
`("--disable-python" )))
`("--disable-python")))
(inputs
`(("babl" ,babl)
("glib" ,glib)
......
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