guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: gimp: Update to 2.8.14.


From: Ludovic Courtès
Subject: 06/06: gnu: gimp: Update to 2.8.14.
Date: Wed, 28 Jan 2015 09:56:41 +0000

civodul pushed a commit to branch master
in repository guix.

commit 30347040de9b1ffe9c8c9c26ebf0ed4254fb6fd6
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 28 10:55:01 2015 +0100

    gnu: gimp: Update to 2.8.14.
    
    * gnu/packages/gimp.scm (gimp): Update to 2.8.14.
---
 gnu/packages/gimp.scm |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index a0c18ea..b5d0b7c 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2014, 2015 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -21,6 +21,7 @@
   #: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 @@ buffers.")
 (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]