[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/43: gnu: gdbm: Update to 1.18.
From: |
Marius Bakke |
Subject: |
43/43: gnu: gdbm: Update to 1.18. |
Date: |
Tue, 21 Aug 2018 11:26:00 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit fdb222033c7bf4580bea0158840e9bb7905a00bc
Author: Marius Bakke <address@hidden>
Date: Tue Aug 21 17:25:23 2018 +0200
gnu: gdbm: Update to 1.18.
* gnu/packages/databases.scm (gdbm): Update to 1.18.
---
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 2989881..bf04841 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -163,14 +163,14 @@ either single machines or networked clusters.")
(define-public gdbm
(package
(name "gdbm")
- (version "1.16")
+ (version "1.18")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gdbm/gdbm-"
version ".tar.gz"))
(sha256
(base32
- "0bsimfb0h9vkxh6hzz66hrpxrzcqla58y0gvzvpc784x4p38p8f8"))))
+ "1kimnv12bzjjhaqk4c8w2j6chdj9c6bg21lchaf7abcyfss2r0mq"))))
(arguments `(#:configure-flags '("--enable-libgdbm-compat")))
(build-system gnu-build-system)
(home-page "http://www.gnu.org.ua/software/gdbm")
- branch core-updates updated (e6c4e41 -> fdb2220), Marius Bakke, 2018/08/21
- 43/43: gnu: gdbm: Update to 1.18.,
Marius Bakke <=
- 42/43: gnu: python-numpydoc: Update to 0.8.0., Marius Bakke, 2018/08/21
- 39/43: gnu: python-sphinx: Update to 1.7.7., Marius Bakke, 2018/08/21
- 40/43: gnu: cups-filters: Update to 1.21.0., Marius Bakke, 2018/08/21
- 41/43: gnu: python-greenlet: Update to 0.4.14., Marius Bakke, 2018/08/21
- 36/43: gnu: python-sphinxcontrib-websupport: Disable tests., Marius Bakke, 2018/08/21
- 35/43: gnu: python-jinja2: Update to 2.10., Marius Bakke, 2018/08/21
- 34/43: gnu: python-babel: Run the tests., Marius Bakke, 2018/08/21
- 38/43: gnu: python-sphinxcontrib-websupport: Add a python2 variant., Marius Bakke, 2018/08/21
- 32/43: gnu: python-pytz: Update to 2018.5., Marius Bakke, 2018/08/21
- 37/43: gnu: python-sphinxcontrib-websupport: Update to 1.1.0., Marius Bakke, 2018/08/21