guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: bdb: Update to 6.2.23.


From: Efraim Flashner
Subject: 02/04: gnu: bdb: Update to 6.2.23.
Date: Mon, 16 May 2016 03:10:50 +0000 (UTC)

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

commit 18e681bf6c290aff2086af42605aaf333b5a19ed
Author: Efraim Flashner <address@hidden>
Date:   Fri May 13 09:22:31 2016 +0300

    gnu: bdb: Update to 6.2.23.
    
    * gnu/packages/databases.scm (bdb): Update to 6.2.23.
---
 gnu/packages/databases.scm |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 1ccfb9e..1606721 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -136,13 +136,14 @@ and provides interfaces to the traditional file format.")
 (define-public bdb
   (package
     (name "bdb")
-    (version "5.3.21")
+    (version "6.2.23")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://download.oracle.com/berkeley-db/db-"; 
version
-                                  ".tar.gz"))
-              (sha256 (base32
-                       
"1f2g2612lf8djbwbwhxsvmffmf9d7693kh2l20195pqp0f9jmnfx"))))
+              (uri (string-append "http://download.oracle.com/berkeley-db/db-";
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "1isxx4jfmnh913jzhp8hhfngbk6dsg46f4kjpvvc56maj64jqqa7"))))
     (build-system gnu-build-system)
     (outputs '("out"                             ; programs, libraries, headers
                "doc"))                           ; 94 MiB of HTML docs



reply via email to

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