guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: sqlite: Update to 3.11.1.


From: Efraim Flashner
Subject: 01/03: gnu: sqlite: Update to 3.11.1.
Date: Thu, 17 Mar 2016 06:47:37 +0000

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

commit 0eccd2980654065e67451572e0642721f94e64ee
Author: Efraim Flashner <address@hidden>
Date:   Thu Mar 17 06:52:11 2016 +0200

    gnu: sqlite: Update to 3.11.1.
    
    * gnu/packages/databases.scm (sqlite): Update to 3.11.1.
---
 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 79254ea..7fdabea 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -340,7 +340,7 @@ types are supported, as is encryption.")
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.10.2")
+   (version "3.11.1")
    (source (origin
             (method url-fetch)
             ;; TODO: Download from sqlite.org once this bug :
@@ -371,7 +371,7 @@ types are supported, as is encryption.")
                    ))
             (sha256
              (base32
-              "0w99mq9y7jx69d270lsx1qpjydm46vzyvxsjh9n7vsli2ayv9cx2"))))
+              "0xs3gl3kbxqfx2ahrymgcf2n8c8sy37724jr05pncbhw4z8g2gsk"))))
    (build-system gnu-build-system)
    (inputs `(("readline" ,readline)))
    (arguments



reply via email to

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