gnu: ldb: Update to 2.4.0.
* gnu/packages/samba.scm (ldb): Update to 2.4.0.
This commit is contained in:
parent
a34f36b06c
commit
a4c456c80c
1 changed files with 2 additions and 2 deletions
|
@ -384,14 +384,14 @@ many event types, including timers, signals, and the classic file descriptor eve
|
||||||
(define-public ldb
|
(define-public ldb
|
||||||
(package
|
(package
|
||||||
(name "ldb")
|
(name "ldb")
|
||||||
(version "1.5.6")
|
(version "2.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.samba.org/ftp/ldb/ldb-"
|
(uri (string-append "https://www.samba.org/ftp/ldb/ldb-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nwpkqidsna4yz3vhjzzadm4hpviwnyk80yml8ay82gi1d6lg0pz"))
|
"10rd1z2llqz8xdx6m7yyxb9a118gx2xxwri18bhkkab9n1w55rvn"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue