3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: tdb: Update to 1.3.15.

* gnu/packages/databases.scm (tdb): Update to 1.3.15.
This commit is contained in:
Marius Bakke 2017-08-26 16:50:52 +02:00
parent 6909c24093
commit fab46af832
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -793,14 +793,14 @@ is in the public domain.")
(define-public tdb
(package
(name "tdb")
(version "1.3.14")
(version "1.3.15")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/tdb/tdb-"
version ".tar.gz"))
(sha256
(base32
"1sfbia8xyaywgx9zy7x618vrvyx9gc3cgqf763shsii9javlnz9s"))))
"0a37jhpij8wr4f4pjqdlwnffy2l6a2vkqdpz1bqxj6v06cwbz8dl"))))
(build-system gnu-build-system)
(arguments
'(#:phases