guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit da1e9d883d9ded1212bdee1998be4595e9e1e3e0
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:21 2025 +0900
gnu: libgee: Update to 0.20.8.
* gnu/packages/gnome.scm (libgee): Update to 0.20.8.
Change-Id: Icdaac7326a5e34b68f08c032b52387ef4039f58f
---
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 7ea3b6fb28..3954128621 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7464,7 +7464,7 @@ wraps things up in a developer-friendly way.")
(define-public libgee
(package
(name "libgee")
- (version "0.20.6")
+ (version "0.20.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libgee/"
@@ -7472,7 +7472,7 @@ wraps things up in a developer-friendly way.")
"libgee-" version ".tar.xz"))
(sha256
(base32
- "0kbd8y70dd5q40i8gxzvhxkn9niqvp0x6knp4ihwqq0dw7sk9y0v"))))
+ "1vmhs3xavdm2vjsxc12zl44a2fhzqdyjpidhjdqqd29x2jn1b60q"))))
(build-system gnu-build-system)
(arguments
(list