mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: ding-libs: Update to 0.6.2.
* gnu/packages/sssd.scm (ding-libs): Update to 0.6.2. [native-inputs]: Add gettext-minimal.
This commit is contained in:
parent
b00f2728d8
commit
748e7de380
1 changed files with 3 additions and 3 deletions
|
@ -122,7 +122,7 @@ (define-public adcli
|
|||
(define-public ding-libs
|
||||
(package
|
||||
(name "ding-libs")
|
||||
(version "0.6.1")
|
||||
(version "0.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -131,9 +131,9 @@ (define-public ding-libs
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0127cpslqkapwx1rp4d1w13gw62m4cwf3hj8r0nnmvihs4199270"))))
|
||||
(base32 "17x3gj2yrjb6h7ml97xlim310x8s54n238p3ns2bj3mxifqkx0mf"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list autoconf automake libtool pkg-config))
|
||||
(native-inputs (list autoconf automake gettext-minimal libtool pkg-config))
|
||||
(home-page "https://pagure.io/SSSD/ding-libs/")
|
||||
(synopsis "Libraries for SSSD")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue