guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: tdb: Update to 1.4.3.


From: guix-commits
Subject: 09/13: gnu: tdb: Update to 1.4.3.
Date: Mon, 23 Dec 2019 22:01:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 10f004f0c56233d0dd51b0adcb7f82153d7faf4d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 24 00:08:01 2019 +0100

    gnu: tdb: Update to 1.4.3.
    
    * gnu/packages/databases.scm (tdb): Update to 1.4.3.
---
 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 0a1a7ec..73b7dc7 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1391,14 +1391,14 @@ changes.")
 (define-public tdb
   (package
     (name "tdb")
-    (version "1.4.2")
+    (version "1.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/tdb/tdb-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0jh0iqbb6pkvqrqn033w5g6gwa4bdgkvp49z0qpkk3h2wk6b4h4h"))))
+                "06waz0k50c7v3chd08mzp2rv7w4k4q9isbxx3vhlfpx1vy9q61f8"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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