guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 09d4efd6559c45ae072e68e37d5b3c27500dbeac
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
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 a9b467efcd..3c0785d5cf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7737,7 +7737,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/"
@@ -7745,7 +7745,7 @@ wraps things up in a developer-friendly way.")
                                   "libgee-" version ".tar.xz"))
               (sha256
                (base32
-                "0kbd8y70dd5q40i8gxzvhxkn9niqvp0x6knp4ihwqq0dw7sk9y0v"))))
+                "1vmhs3xavdm2vjsxc12zl44a2fhzqdyjpidhjdqqd29x2jn1b60q"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to