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

commit 93549526d381ecbee95313ef6f3edc3182d5e8e3
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:18 2025 +0900

    gnu: libdex: Update to 0.10.1.
    
    * gnu/packages/glib.scm (libdex): Update to 0.10.1.
    
    Change-Id: I27a7a1a7a57e2699f878101bdff08b8489dcb8e7
---
 gnu/packages/glib.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index d54fd5501d..8d4e92c465 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1536,7 +1536,7 @@ new DBus session for testing.")
 (define-public libdex
   (package
     (name "libdex")
-    (version "0.8.1")
+    (version "0.10.1")
     (source
      (origin
        (method url-fetch)
@@ -1544,7 +1544,7 @@ new DBus session for testing.")
                            (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "183qsc46n0pf3whlamfrbckbsxzfnmj54hvhdxpvvaj37snpam4m"))))
+        (base32 "19nhpsjkvb34mq209js02dl75s438jxdwpjh0y1j4ayvj20fhwkl"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags #~'("-D" "docs=true")))

Reply via email to