gnu: tdb: Update to 1.3.18.
* gnu/packages/databases.scm (tdb): Update to 1.3.18. [native-inputs]: Add WHICH. Change PYTHON-2 to PYTHON.
This commit is contained in:
parent
1ca20daa13
commit
97dcedbd2a
|
@ -1030,14 +1030,14 @@ changes.")
|
||||||
(define-public tdb
|
(define-public tdb
|
||||||
(package
|
(package
|
||||||
(name "tdb")
|
(name "tdb")
|
||||||
(version "1.3.16")
|
(version "1.3.18")
|
||||||
(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
|
||||||
"1ibcz466xwk1x6xvzlgzd5va4lyrjzm3rnjak29kkwk7cmhw4gva"))))
|
"1drnsdh1w0px35r0y7l7g59yvyr67mvcsdrli4wab0mwi07b8mn1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -1054,7 +1054,8 @@ changes.")
|
||||||
;; ("docbook-xsl" ,docbook-xsl)
|
;; ("docbook-xsl" ,docbook-xsl)
|
||||||
;; ("libxml2" ,libxml2)
|
;; ("libxml2" ,libxml2)
|
||||||
;; ("libxslt" ,libxslt)
|
;; ("libxslt" ,libxslt)
|
||||||
("python" ,python-2))) ;for the Waf build system
|
("python" ,python) ;for the Waf build system
|
||||||
|
("which" ,which)))
|
||||||
(home-page "https://tdb.samba.org/")
|
(home-page "https://tdb.samba.org/")
|
||||||
(synopsis "Trivial database")
|
(synopsis "Trivial database")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue