guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 601f4e80c7a3cdc3436c6c56b1b65d28dce2fd9b
Author: Maxim Cournoyer <[email protected]>
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 9639a289fc..3366c959e4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3121,7 +3121,7 @@ API.")
(package
(inherit libpeas)
(name "libpeas")
- (version "2.0.5")
+ (version "2.0.7")
(source
(origin
(method url-fetch)
@@ -3130,7 +3130,7 @@ API.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1pg6km41bp9ayr6z9pi40nc6mkw2ccdxkcdsvl9lxd9isxrjyvrp"))))
+ "1jcyfs912h29xpnj3fd2mk7pr1mljs61vhdpypphj88xfrlrv6hy"))))
(arguments
(substitute-keyword-arguments (package-arguments libpeas)
((#:configure-flags flags #~(list))