guix-commits
[Top][All Lists]
Advanced

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

13/19: gnu: tdb: Update to 1.4.7.


From: guix-commits
Subject: 13/19: gnu: tdb: Update to 1.4.7.
Date: Fri, 16 Sep 2022 16:45:32 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 38fead703b3e7551f903e5a8703b588292e15ee9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 16 19:49:35 2022 +0200

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



reply via email to

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