guix-commits
[Top][All Lists]
Advanced

[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";)



reply via email to

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