gnu: tdb: Update to 1.3.11.
* gnu/packages/databases.scm (tdb): Update to 1.3.11. [home-page]: Use https.
This commit is contained in:
parent
881799892c
commit
1abd090487
|
@ -539,14 +539,14 @@ is in the public domain.")
|
||||||
(define-public tdb
|
(define-public tdb
|
||||||
(package
|
(package
|
||||||
(name "tdb")
|
(name "tdb")
|
||||||
(version "1.3.9")
|
(version "1.3.11")
|
||||||
(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
|
||||||
"1ll4q17scax1arg12faj8p25jq1f7q9irc3pwla0ziymwqkgf0bi"))))
|
"0i1l38h0vyck6zkcj4fn2l03spadlmyr1qa1xpdp9dy2ccbm3s1r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (alist-replace
|
'(#:phases (alist-replace
|
||||||
|
@ -564,7 +564,7 @@ is in the public domain.")
|
||||||
;; ("libxml2" ,libxml2)
|
;; ("libxml2" ,libxml2)
|
||||||
;; ("libxslt" ,libxslt)
|
;; ("libxslt" ,libxslt)
|
||||||
("python" ,python-2))) ;for the Waf build system
|
("python" ,python-2))) ;for the Waf build system
|
||||||
(home-page "http://tdb.samba.org/")
|
(home-page "https://tdb.samba.org/")
|
||||||
(synopsis "Trivial database")
|
(synopsis "Trivial database")
|
||||||
(description
|
(description
|
||||||
"TDB is a Trivial Database. In concept, it is very much like GDBM,
|
"TDB is a Trivial Database. In concept, it is very much like GDBM,
|
||||||
|
|
Loading…
Reference in New Issue