guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit fe6d64138db439da8ffcf9040d977110dc85cdef
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 22:57:50 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 3d67f2d5f6..bb832b9be0 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1555,7 +1555,7 @@ new DBus session for testing.")
(define-public libdex
(package
(name "libdex")
- (version "0.10.0")
+ (version "0.10.1")
(source
(origin
(method url-fetch)
@@ -1563,7 +1563,7 @@ new DBus session for testing.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1q8yf7x1d379pyhm98ar8mza9zx1sa97yypabd2ssiknm8k9d9lq"))))
+ (base32 "19nhpsjkvb34mq209js02dl75s438jxdwpjh0y1j4ayvj20fhwkl"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~'("-D" "docs=true")))