lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 612397c59f675f5373a48cf2772e20e19c7cf5b7
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:34:43 2021 +0100
gnu: libpeas: Update to 1.30.0.
* gnu/packages/gnome.scm (libpeas): Update to 1.30.0.
---
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 9f08d5d..4ea01d6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3073,7 +3073,7 @@ some form of information without getting in the user's
way.")
(define-public libpeas
(package
(name "libpeas")
- (version "1.28.0")
+ (version "1.30.0")
(source
(origin
(method url-fetch)
@@ -3082,7 +3082,7 @@ some form of information without getting in the user's
way.")
name "-" version ".tar.xz"))
(sha256
(base32
- "05cb7drn6arc4gi02wgsvzibigi2riz5gnfnmlb0zmbfnj9ikna2"))))
+ "18xrk1c1ixlhkmykcfiafrl2am470ws687xqvjlq40zwkcp5dx8b"))))
(build-system meson-build-system)
(arguments
'(#:phases