guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: tdb: Update to 1.4.5.


From: guix-commits
Subject: 04/06: gnu: tdb: Update to 1.4.5.
Date: Wed, 4 Aug 2021 09:41:59 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ff477f65713b646672973dde01e322820e038390
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Aug 4 16:29:51 2021 +0300

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



reply via email to

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