mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-01 18:05:17 +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
|
||||
(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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue