summaryrefslogtreecommitdiff
path: root/gnu/packages/gimp.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-04-26 22:29:47 -0400
committerLeo Famulari <leo@famulari.name>2021-04-27 01:07:54 -0400
commit67928ad4c24538e4e49e23e524fa6ffef6e55f51 (patch)
tree76aaae2bd910abef1e7143ebfd0008a4ef338799 /gnu/packages/gimp.scm
parentef63a4fa3b583f9a4cea23d2a4ff3f1f15dfb609 (diff)
downloadguix-patches-67928ad4c24538e4e49e23e524fa6ffef6e55f51.tar
guix-patches-67928ad4c24538e4e49e23e524fa6ffef6e55f51.tar.gz
gnu: gegl: Update to 0.4.30.
* gnu/packages/gimp.scm (gegl): Update to 0.4.30.
Diffstat (limited to 'gnu/packages/gimp.scm')
-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 eee958171c..f8ffe19433 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -208,7 +208,7 @@ provided, as well as a framework to add new color models and data types.")
(define-public gegl
(package
(name "gegl")
- (version "0.4.28")
+ (version "0.4.30")
(source (origin
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/gegl/"
@@ -222,7 +222,7 @@ provided, as well as a framework to add new color models and data types.")
"/gegl-" version ".tar.xz")))
(sha256
(base32
- "003ri7yv7lm2fi86ama3vlkwnz656yyib4r36hxwlk6mfy2hs48x"))))
+ "1pd8xkx70k0fsi1hrzrmaify7112wjmxzk0p6bi6js89yhn7h4n1"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55