mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ea3d84976b
commit
93549526d3
1 changed files with 2 additions and 2 deletions
|
@ -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")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue