guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sqlite: Update to 3.8.10.2.


From: Mark H. Weaver
Subject: 01/01: gnu: sqlite: Update to 3.8.10.2.
Date: Tue, 16 Jun 2015 00:37:55 +0000

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

commit 4c10c6cbc61d703b18b92c651a92300cf51d1eab
Author: Mark H Weaver <address@hidden>
Date:   Mon Jun 15 20:37:06 2015 -0400

    gnu: sqlite: Update to 3.8.10.2.
    
    * gnu/packages/databases.scm (sqlite): Update to 3.8.10.2.
---
 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 3e3fd1a..3ab2fcd 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -284,7 +284,7 @@ types are supported, as is encryption.")
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.8.9")
+   (version "3.8.10.2")
    (source (origin
             (method url-fetch)
             ;; TODO: Download from sqlite.org once this bug :
@@ -304,7 +304,7 @@ types are supported, as is encryption.")
                     "/sqlite-autoconf-" numeric-version ".tar.gz")))
             (sha256
              (base32
-              "18k90bbfvvgc5204nm1hzw0vsj9ygzv7zbq3z6zrya6j5hwvdsvn"))))
+              "09nnaqx50gl1vmfvdipirizr61q3s0ywlql50f9kr1bx9rdfb0l3"))))
    (build-system gnu-build-system)
    (inputs `(("readline" ,readline)))
    (arguments



reply via email to

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