guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: tdb: Update to 1.3.14.


From: Marius Bakke
Subject: 05/09: gnu: tdb: Update to 1.3.14.
Date: Sun, 23 Jul 2017 16:21:35 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 38bb9df150e8bce33b6f1e067ac3b013ffd95faa
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 23 14:17:33 2017 +0200

    gnu: tdb: Update to 1.3.14.
    
    * gnu/packages/databases.scm (tdb): Update to 1.3.14.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index d0b9ac7..ee34050 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -769,14 +769,14 @@ is in the public domain.")
 (define-public tdb
   (package
     (name "tdb")
-    (version "1.3.11")
+    (version "1.3.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/tdb/tdb-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0i1l38h0vyck6zkcj4fn2l03spadlmyr1qa1xpdp9dy2ccbm3s1r"))))
+                "1sfbia8xyaywgx9zy7x618vrvyx9gc3cgqf763shsii9javlnz9s"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]