Skip to content
Snippets Groups Projects
Commit 57ed6ab7 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: gdbm: Upgrade to 1.11.

* gnu/packages/gdbm.scm (gdbm): Upgrade to 1.11.
parent bb0a70e1
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ (define-module (gnu packages gdbm)
(define-public gdbm
(package
(name "gdbm")
(version "1.10")
(version "1.11")
(source
(origin
(method url-fetch)
......@@ -33,7 +33,7 @@ (define-public gdbm
version ".tar.gz"))
(sha256
(base32
"0h9lfzdjc2yl849y0byg51h6xfjg0y7vg9jnsw3gpfwlbd617y13"))))
"1hz3jgh3pd4qzp6jy0l8pd8x01g9abw7csnrlnj1a2sxy122z4cd"))))
(arguments `(#:configure-flags '("--enable-libgdbm-compat")))
(build-system gnu-build-system)
(home-page "http://www.gnu.org/software/gdbm/")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment