diff options
| author | Andreas Enge <andreas@enge.fr> | 2023-03-20 18:21:47 +0100 | 
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2023-03-20 18:49:06 +0100 | 
| commit | ccb62d8feb50e2859d7c41429a9e3d9e0fe30bfe (patch) | |
| tree | 4ab573cee33f277828ad553a22579175b1dda22d /gnu/packages/gimp.scm | |
| parent | 098bd280f82350073e8280e37d56a14162eed09c (diff) | |
| parent | f80215c7c4ae5ea0c316f4766e6c05ae4218ede3 (diff) | |
Merge remote-tracking branch 'origin/master' into core-updates
Diffstat (limited to 'gnu/packages/gimp.scm')
| -rw-r--r-- | gnu/packages/gimp.scm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 69281f98e9..af5adb8bfd 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -215,7 +215,7 @@ provided, as well as a framework to add new color models and data types.")  (define-public gegl    (package      (name "gegl") -    (version "0.4.36") +    (version "0.4.42")      (source       (origin         (method url-fetch) @@ -229,7 +229,7 @@ provided, as well as a framework to add new color models and data types.")                                   (version-major+minor version)                                   "/gegl-" version ".tar.xz")))         (sha256 -        (base32 "19ic3fv0j8ysxxw7bx7gy3l8l8l9ldrvbzxfmmc24w67vh68mmbg")))) +        (base32 "0bg0vlmj4n9x1291b9fsjqxsal192zlg48pa57f6xid6p863ma5b"))))      (build-system meson-build-system)      (arguments       `(#:configure-flags | 
