gnu: gdbm: Update to 1.18.

* gnu/packages/databases.scm (gdbm): Update to 1.18.
This commit is contained in:
Marius Bakke 2018-08-21 17:25:23 +02:00
parent 25febeedc6
commit fdb222033c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -163,14 +163,14 @@ either single machines or networked clusters.")
(define-public gdbm (define-public gdbm
(package (package
(name "gdbm") (name "gdbm")
(version "1.16") (version "1.18")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/gdbm/gdbm-" (uri (string-append "mirror://gnu/gdbm/gdbm-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0bsimfb0h9vkxh6hzz66hrpxrzcqla58y0gvzvpc784x4p38p8f8")))) "1kimnv12bzjjhaqk4c8w2j6chdj9c6bg21lchaf7abcyfss2r0mq"))))
(arguments `(#:configure-flags '("--enable-libgdbm-compat"))) (arguments `(#:configure-flags '("--enable-libgdbm-compat")))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://www.gnu.org.ua/software/gdbm") (home-page "http://www.gnu.org.ua/software/gdbm")