guix_mirror_bot pushed a commit to branch gnome-team in repository guix. commit 24be436f8ddf16a85e5eea29c5b4b9d54f422670 Author: Maxim Cournoyer <ma...@guixotic.coop> AuthorDate: Sat Jul 26 22:57:51 2025 +0900
gnu: libpeas-2: Update to 2.0.7. * gnu/packages/gnome.scm (libpeas-2): Update to 2.0.7. Change-Id: Ia45e2baeafb034f3f3150a98e41ccccdd8fa846b --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 00a1ba4e5e..d25f1e3af5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3292,7 +3292,7 @@ API.") (package (inherit libpeas) (name "libpeas") - (version "2.0.5") + (version "2.0.7") (source (origin (method url-fetch) @@ -3301,7 +3301,7 @@ API.") name "-" version ".tar.xz")) (sha256 (base32 - "1pg6km41bp9ayr6z9pi40nc6mkw2ccdxkcdsvl9lxd9isxrjyvrp")))) + "1jcyfs912h29xpnj3fd2mk7pr1mljs61vhdpypphj88xfrlrv6hy")))) (arguments (substitute-keyword-arguments (package-arguments libpeas) ((#:configure-flags flags #~(list))