diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-27 12:50:17 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-28 16:00:45 +0900 |
| commit | 52a517dde7a4f9d18de74b7dd699ea88a4147931 (patch) | |
| tree | 2febc9ac4ab516aa2d9a9d8b460cc3b0828f9dda /gnu/packages/image-processing.scm | |
| parent | 06090bafcc86ab1d6d68907ff57530eaccbb3515 (diff) | |
gnu: gexiv2: Update to 0.16.0.
* gnu/packages/gnome.scm (gexiv2): Update to 0.16.0.
(gexiv2-0.14): New variable.
(shotwell) [inputs]: Replace gexiv2 with gexiv2-0.14.
* gnu/packages/gimp.scm (gimp-2, gimp-resynthesizer)
* gnu/packages/image-processing.scm (gmic-qt-gimp)
* gnu/packages/pantheon.scm (pantheon-photos)
* gnu/packages/photo.scm (rapid-photo-downloader, entangle): Likewise.
Change-Id: I58f5fea110905cd50b2aad5e1731de94bc82f01d
Diffstat (limited to 'gnu/packages/image-processing.scm')
| -rw-r--r-- | gnu/packages/image-processing.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index a1b50f37274..3eeb6610479 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -996,7 +996,7 @@ including 2D color images.") (inputs ;; GIMP and its dependencies. (modify-inputs inputs - (prepend gexiv2 gdk-pixbuf gegl gimp pango))) + (prepend gexiv2-0.14 gdk-pixbuf gegl gimp pango))) (arguments (substitute-keyword-arguments arguments ((#:configure-flags flags) |
