gnu: sqlite: Update to 3.12.2.

* gnu/packages/databases.scm (sqlite): Update to 3.12.2.
This commit is contained in:
Efraim Flashner 2016-05-17 17:07:47 +03:00
parent c19700c396
commit 45ff4b568d
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93

View File

@ -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