guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 65f387073b3fab5a5190b9e47c5bc3ae6ee382d9
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 ea9c56918a..43206bc737 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7486,7 +7486,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/"
@@ -7494,7 +7494,7 @@ wraps things up in a developer-friendly way.")
"libgee-" version ".tar.xz"))
(sha256
(base32
- "0kbd8y70dd5q40i8gxzvhxkn9niqvp0x6knp4ihwqq0dw7sk9y0v"))))
+ "1vmhs3xavdm2vjsxc12zl44a2fhzqdyjpidhjdqqd29x2jn1b60q"))))
(build-system gnu-build-system)
(arguments
(list