guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 60a2cd3cdf826a91840490d70f6dedf384d6f1a7
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 c4cd4bca8a..d166d21b9a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3231,7 +3231,7 @@ API.")
(package
(inherit libpeas)
(name "libpeas")
- (version "2.0.5")
+ (version "2.0.7")
(source
(origin
(method url-fetch)
@@ -3240,7 +3240,7 @@ API.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1pg6km41bp9ayr6z9pi40nc6mkw2ccdxkcdsvl9lxd9isxrjyvrp"))))
+ "1jcyfs912h29xpnj3fd2mk7pr1mljs61vhdpypphj88xfrlrv6hy"))))
(arguments
(substitute-keyword-arguments (package-arguments libpeas)
((#:configure-flags flags #~(list))