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.17.0.


From: Marius Bakke
Subject: 01/01: gnu: sqlite: Update to 3.17.0.
Date: Mon, 13 Feb 2017 15:50:13 -0500 (EST)

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

commit 8a68a353172a7b359ee8a909441b81fb6c68b955
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 13 20:14:39 2017 +0100

    gnu: sqlite: Update to 3.17.0.
    
    * gnu/packages/databases.scm (sqlite): Update to 3.17.0.
---
 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 477f806..f55b1b6 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -665,7 +665,7 @@ for example from a shell script.")
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.16.2")
+   (version "3.17.0")
    (source (origin
             (method url-fetch)
             (uri (let ((numeric-version
@@ -681,7 +681,7 @@ for example from a shell script.")
                                   numeric-version ".tar.gz")))
             (sha256
              (base32
-              "059n4s9qd35qpbd4g29y9ay99a6f68ad7k65g430rxb6jcz0rk35"))))
+              "0k472gq0p706jq4529p60znvw02hdf172qxgbdv59q0n7anqbr54"))))
    (build-system gnu-build-system)
    (inputs `(("readline" ,readline)))
    (arguments



reply via email to

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