gnu: ldb: Downgrade to 1.5.6.

1.5.6 is actually newer and fixes problems with Python 3.8.

* gnu/packages/samba.scm (ldb): Downgrade to 1.5.6.
This commit is contained in:
Marius Bakke 2020-01-16 17:35:41 +01:00
parent 3dfb3d44f3
commit 7152a71431
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -362,14 +362,14 @@ many event types, including timers, signals, and the classic file descriptor eve
(define-public ldb
(package
(name "ldb")
(version "1.6.3")
(version "1.5.6")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/ldb/ldb-"
version ".tar.gz"))
(sha256
(base32
"01livdy3g073bm6xnc8zqnqrxg53sw8q66d1903z62hd6g87whsa"))
"0nwpkqidsna4yz3vhjzzadm4hpviwnyk80yml8ay82gi1d6lg0pz"))
(modules '((guix build utils)))
(snippet
'(begin