[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: gegl: Update to 0.4.48.
From: |
guix-commits |
Subject: |
02/06: gnu: gegl: Update to 0.4.48. |
Date: |
Sat, 9 Mar 2024 01:43:10 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit d6d9e65175d7e889c0d5020c949a65a396d1ca3d
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Feb 29 06:17:12 2024 +0100
gnu: gegl: Update to 0.4.48.
* gnu/packages/gimp.scm (gegl): Update to 0.4.48.
---
gnu/packages/gimp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 5287ec78d5..555a170665 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.42")
+ (version "0.4.48")
(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 "0bg0vlmj4n9x1291b9fsjqxsal192zlg48pa57f6xid6p863ma5b"))))
+ (base32 "0iw2wag3sls7va4c3dmczisbs9na4ml0rppnk1ymv0789gcjd321"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
- branch master updated (a10cce5246 -> 1bc05c6f6d), guix-commits, 2024/03/09
- 06/06: gnu: Add gimp-next., guix-commits, 2024/03/09
- 05/06: gnu: gimp: Update to 2.10.36., guix-commits, 2024/03/09
- 01/06: gnu: babl: Update to 0.1.108., guix-commits, 2024/03/09
- 02/06: gnu: gegl: Update to 0.4.48.,
guix-commits <=
- 03/06: gnu: babl: Build with introspection., guix-commits, 2024/03/09
- 04/06: gnu: gegl: Build with introspection., guix-commits, 2024/03/09