aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-13 20:26:21 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-14 00:05:10 +0200
commite76d19078853f45b3db92cb47278d7f73a9860c6 (patch)
tree691bd8a2b75cdd2cf212c30dea126da0974a9d9a
parentee385c583777427ded250173c4b34aaf219e6ce4 (diff)
downloadguix-e76d19078853f45b3db92cb47278d7f73a9860c6.tar.gz
guix-e76d19078853f45b3db92cb47278d7f73a9860c6.zip
gnu: gegl: Update to 0.4.24.
* gnu/packages/gimp.scm (gegl): Update to 0.4.24.
-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 d19ebcfec2..e85b27933f 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -90,7 +90,7 @@ provided, as well as a framework to add new color models and data types.")
(define-public gegl
(package
(name "gegl")
- (version "0.4.22")
+ (version "0.4.24")
(source (origin
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/gegl/"
@@ -104,7 +104,7 @@ provided, as well as a framework to add new color models and data types.")
"/gegl-" version ".tar.xz")))
(sha256
(base32
- "0q9cckf90fb82qc5d496fjz459f1xw4j4p3rff1f57yivx0yr20q"))))
+ "0ji57s7cba94vzy49agn7x47ca61rccm6rif0cb0s6rl4ygljrbp"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
class='msg-avail'>...Jakub Kądziołka 2020-05-28gnu: clang: Build 'clang-tools-extra'....Ludovic Courtès 2020-05-22gnu: llvm: Remove unused 'package-elisp-from-package' procedure....Ludovic Courtès 2020-05-02Merge branch 'master' into core-updatesMarius Bakke 2020-05-02gnu: llvm-for-extempore: Update to 3.8....Giacomo Leidi 2020-04-24Merge branch 'master' into core-updatesMarius Bakke 2020-04-24gnu: llvm: Add 10.0.0....Ludovic Courtès 2020-04-13Merge branch 'master' into core-updatesMarius Bakke 2020-04-12gnu: emacs-clang-format: Fix grammar of "allows to filter" to "filters"....Vagrant Cascadian 2020-03-26llvm: Add support for the Hurd....Jan Nieuwenhuizen 2020-03-15gnu: libcxx: Hide GCC's C++ headers during the build process....Marius Bakke 2020-03-15gnu: clang: Switch to 'C_INCLUDE_PATH' & co....Marius Bakke