guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: sqlite: Update to 3.12.2.


From: Efraim Flashner
Subject: 02/02: gnu: sqlite: Update to 3.12.2.
Date: Tue, 17 May 2016 14:08:27 +0000 (UTC)

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

commit 45ff4b568d5adac1ba0185055844517af3c9b318
Author: Efraim Flashner <address@hidden>
Date:   Tue May 17 17:07:47 2016 +0300

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



reply via email to

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