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 @@ (define-public recutils
(define-public sqlite (define-public sqlite
(package (package
(name "sqlite") (name "sqlite")
(version "3.11.1") (version "3.12.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
;; TODO: Download from sqlite.org once this bug : ;; TODO: Download from sqlite.org once this bug :
@ -439,7 +439,7 @@ (define-public sqlite
)) ))
(sha256 (sha256
(base32 (base32
"0xs3gl3kbxqfx2ahrymgcf2n8c8sy37724jr05pncbhw4z8g2gsk")))) "1fwss0i2lixv39b27gkqiibdd2syym90wh3qbiaxnfgxk867f07x"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("readline" ,readline))) (inputs `(("readline" ,readline)))
(arguments (arguments