guix-commits
[Top][All Lists]
Advanced

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

105/285: gnu: tdb: Update to 1.4.3.


From: guix-commits
Subject: 105/285: gnu: tdb: Update to 1.4.3.
Date: Sun, 29 Dec 2019 20:44:10 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 838ed2d441150e7526c0a61224f576590f00401e
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]