[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: bdb: Update to 6.2.32.
From: |
Marius Bakke |
Subject: |
02/03: gnu: bdb: Update to 6.2.32. |
Date: |
Thu, 21 Sep 2017 14:35:05 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 595dcd48a965462ad45f19e42864ae972f34183d
Author: Marius Bakke <address@hidden>
Date: Thu Sep 21 20:05:12 2017 +0200
gnu: bdb: Update to 6.2.32.
* gnu/packages/databases.scm (bdb): Update to 6.2.32.
---
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 dc1f5ec..5f01006 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -152,14 +152,14 @@ and provides interfaces to the traditional file format.")
(define-public bdb
(package
(name "bdb")
- (version "6.2.23")
+ (version "6.2.32")
(source (origin
(method url-fetch)
(uri (string-append "http://download.oracle.com/berkeley-db/db-"
version ".tar.gz"))
(sha256
(base32
- "1isxx4jfmnh913jzhp8hhfngbk6dsg46f4kjpvvc56maj64jqqa7"))))
+ "1yx8wzhch5wwh016nh0kfxvknjkafv6ybkqh6nh7lxx50jqf5id9"))))
(build-system gnu-build-system)
(outputs '("out" ; programs, libraries, headers
"doc")) ; 94 MiB of HTML docs