diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-10-08 22:11:14 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-10-08 23:26:28 +0300 |
commit | 1abd090487c1239fcfbd8628313e5aefbf577c61 (patch) | |
tree | fb48e0ac0c4b56d72e489d96a33cff085c1400bf /gnu/packages | |
parent | 881799892c30ea0091782d87794dcfe11e55a4ed (diff) | |
download | guix-1abd090487c1239fcfbd8628313e5aefbf577c61.tar.gz |
gnu: tdb: Update to 1.3.11.
* gnu/packages/databases.scm (tdb): Update to 1.3.11. [home-page]: Use https.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/databases.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 971c57c42d..c5fc9c7c71 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -539,14 +539,14 @@ is in the public domain.") (define-public tdb (package (name "tdb") - (version "1.3.9") + (version "1.3.11") (source (origin (method url-fetch) (uri (string-append "https://www.samba.org/ftp/tdb/tdb-" version ".tar.gz")) (sha256 (base32 - "1ll4q17scax1arg12faj8p25jq1f7q9irc3pwla0ziymwqkgf0bi")))) + "0i1l38h0vyck6zkcj4fn2l03spadlmyr1qa1xpdp9dy2ccbm3s1r")))) (build-system gnu-build-system) (arguments '(#:phases (alist-replace @@ -564,7 +564,7 @@ is in the public domain.") ;; ("libxml2" ,libxml2) ;; ("libxslt" ,libxslt) ("python" ,python-2))) ;for the Waf build system - (home-page "http://tdb.samba.org/") + (home-page "https://tdb.samba.org/") (synopsis "Trivial database") (description "TDB is a Trivial Database. In concept, it is very much like GDBM, |