guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: sqlite: Update to 3.8.8.3.


From: Mark H. Weaver
Subject: 01/02: gnu: sqlite: Update to 3.8.8.3.
Date: Fri, 27 Feb 2015 00:24:05 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit e5718ca1e65c75ca584ca383f8931e62d7180f80
Author: Mark H Weaver <address@hidden>
Date:   Thu Feb 26 19:22:27 2015 -0500

    gnu: sqlite: Update to 3.8.8.3.
    
    * gnu/packages/databases.scm (sqlite): Update to 3.8.8.3.
---
 gnu/packages/databases.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 953995e..26df1f7 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -213,7 +213,7 @@ types are supported, as is encryption.")
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.8.7.4")
+   (version "3.8.8.3")
    (source (origin
             (method url-fetch)
             ;; TODO: Download from sqlite.org once this bug :
@@ -233,7 +233,7 @@ types are supported, as is encryption.")
                     "/sqlite-autoconf-" numeric-version ".tar.gz")))
             (sha256
              (base32
-              "1v2rhgsx27in6dcvxk0pkxc0zrbl38biimjg6c1zxz85jh9hydw6"))))
+              "04dl53iv5q0srv4jcgjfzsrdzkq6dg1sgmlmpw9lrd4xrmj6jmvl"))))
    (build-system gnu-build-system)
    (inputs `(("readline" ,readline)))
    ;; Add -DSQLITE_SECURE_DELETE.  GNU Icecat will refuse to use the system



reply via email to

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