efraim pushed a commit to branch master
in repository guix.

commit cb570156b662ffe8a432208bcb51ee302e6b08f9
Author: Efraim Flashner <[email protected]>
Date:   Sun Jul 15 22:01:53 2018 +0300

    gnu: gegl: Use libjpeg@9.
    
    * gnu/packages/gimp.scm (gegl)[inputs]: Replace libjpeg@8 with libjpeg.
---
 gnu/packages/gimp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index ec3a634..55fb38e 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2015 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2016, 2018 Ricardo Wurmus <[email protected]>
-;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2018 Efraim Flashner <[email protected]>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018 Leo Famulari <[email protected]>
 ;;;
@@ -100,7 +100,7 @@ provided, as well as a framework to add new color models 
and data types.")
      `(("cairo" ,cairo)
        ("pango" ,pango)
        ("libpng" ,libpng)
-       ("libjpeg" ,libjpeg-8)))
+       ("libjpeg" ,libjpeg)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("glib" ,glib "bin")             ; for gtester

Reply via email to