guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: tdb: Update to 1.3.18.


From: guix-commits
Subject: 03/10: gnu: tdb: Update to 1.3.18.
Date: Sat, 2 Mar 2019 16:25:01 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 97dcedbd2ad20da2fb8a4bc36212d2690cb7abd7
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 2 15:11:07 2019 +0100

    gnu: tdb: Update to 1.3.18.
    
    * gnu/packages/databases.scm (tdb): Update to 1.3.18.
    [native-inputs]: Add WHICH.  Change PYTHON-2 to PYTHON.
---
 gnu/packages/databases.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 9c003cb..d913d72 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1030,14 +1030,14 @@ changes.")
 (define-public tdb
   (package
     (name "tdb")
-    (version "1.3.16")
+    (version "1.3.18")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/tdb/tdb-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1ibcz466xwk1x6xvzlgzd5va4lyrjzm3rnjak29kkwk7cmhw4gva"))))
+                "1drnsdh1w0px35r0y7l7g59yvyr67mvcsdrli4wab0mwi07b8mn1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
@@ -1054,7 +1054,8 @@ changes.")
        ;; ("docbook-xsl" ,docbook-xsl)
        ;; ("libxml2" ,libxml2)
        ;; ("libxslt" ,libxslt)
-       ("python" ,python-2)))                     ;for the Waf build system
+       ("python" ,python)                         ;for the Waf build system
+       ("which" ,which)))
     (home-page "https://tdb.samba.org/";)
     (synopsis "Trivial database")
     (description



reply via email to

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