diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-17 18:16:20 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-26 06:39:06 +0100 |
| commit | 9c02cfbe93d478f82041dcfc3b47788ffa4f608b (patch) | |
| tree | 703c3e73f6713034cda4407ddb29f681805e6c8e /gnu | |
| parent | cbb2db890b36f6fbab541ffa20f1191a2598b171 (diff) | |
gnu: gegl: Update to 0.4.68.
* gnu/packages/gimp.scm (gegl): Update to 0.4.68.
Diffstat (limited to 'gnu')
| -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 239c2ed97e5..ac2022fabe0 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -194,7 +194,7 @@ provided, as well as a framework to add new color models and data types.") (define-public gegl (package (name "gegl") - (version "0.4.62") + (version "0.4.68") (source (origin (method url-fetch) @@ -208,7 +208,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 "0v2wa2a3vnz1g4z5h9s8ili5h5kzk95hxlcp0zlxkwgbf5img1sq")))) + (base32 "1qrsn8rllllj3673767rrs3khrym1xa62flbirjn04khkadk00jh")))) (build-system meson-build-system) (arguments `(#:configure-flags |
