aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gimp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 9f0a87a40a..575666fdeb 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -80,7 +80,7 @@ provided, as well as a framework to add new color models and data types.")
(define-public gegl
(package
(name "gegl")
- (version "0.4.12")
+ (version "0.4.14")
(source (origin
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/gegl/"
@@ -88,7 +88,7 @@ provided, as well as a framework to add new color models and data types.")
"/gegl-" version ".tar.bz2")))
(sha256
(base32
- "0ljqxc4iyy2hrj31pxcy1xp4xm5zbx1nigqisphmg4p8mcz2jrz9"))))
+ "00crhngwi07f5b9x77kx5p7p4cl6l5g6glpz9rqv7pfqk62xa0ac"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("LDFLAGS=-lm")))
72be68'>gnu: mes: Update to 0.12....Jan Nieuwenhuizen 2018-02-19gnu: nyacc: Update to 0.83.3....Tobias Geerinckx-Rice 2018-01-07gnu: mes: Generalize logic for native-inputs....Efraim Flashner 2017-12-03gnu: mescc-tools: Update to 0.3....Efraim Flashner 2017-11-18gnu: mes: Update to 0.11....Jan Nieuwenhuizen 2017-11-11gnu: nyacc: Update to 0.82.4....Jan Nieuwenhuizen 2017-09-11gnu: mes: Update to 0.10....Jan Nieuwenhuizen 2017-09-11gnu: nyacc: Update to 0.82.0....Jan Nieuwenhuizen 2017-07-29gnu: mes: Update to 0.9....Jan Nieuwenhuizen 2017-07-29gnu: mescc-tools: Update to 0.2....Jan Nieuwenhuizen 2017-06-29gnu: mes: Update to 0.8....Jan Nieuwenhuizen 2017-06-29gnu: Add mescc-tools....Jan Nieuwenhuizen 2017-06-26gnu: nyacc: Update to 0.80.3....Jan Nieuwenhuizen 2017-06-04gnu: mes: Update to 0.7....Jan Nieuwenhuizen 2017-06-04gnu: nyacc: Update to 0.79.4....Jan Nieuwenhuizen 2017-05-17gnu: mes: Don't fail when (%current-target-system) is #f....Marius Bakke 2017-05-17gnu: mes: Update to 0.6....Jan Nieuwenhuizen 2017-05-14gnu: Add Nyacc....Jan Nieuwenhuizen