gnu: tdb: Update to 1.4.7.

* gnu/packages/databases.scm (tdb): Update to 1.4.7.
This commit is contained in:
Marius Bakke 2022-09-16 19:49:35 +02:00
parent 0044a1f122
commit 38fead703b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1879,14 +1879,14 @@ changes.")
(define-public tdb (define-public tdb
(package (package
(name "tdb") (name "tdb")
(version "1.4.5") (version "1.4.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.samba.org/ftp/tdb/tdb-" (uri (string-append "https://www.samba.org/ftp/tdb/tdb-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0h8fkblws3d4vf37yhbrbw2nfxg5vk2v3i5mk04hhcbh9y4fvz5w")))) "03n2hz4sv003gpkyp57hk5kiw4xk9f2dkxq75kzk2gskxy6idyx4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases