gnu: libdex: Update to 0.10.1.

* gnu/packages/glib.scm (libdex): Update to 0.10.1.

Change-Id: I27a7a1a7a57e2699f878101bdff08b8489dcb8e7
This commit is contained in:
Maxim Cournoyer 2025-05-19 14:01:18 +09:00 committed by Liliana Marie Prikler
parent ea3d84976b
commit 93549526d3
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

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