gnu: sqlite: Update to 3.11.1.

* gnu/packages/databases.scm (sqlite): Update to 3.11.1.
master
Efraim Flashner 2016-03-17 06:52:11 +02:00
parent 70e17ba368
commit 0eccd29806
1 changed files with 2 additions and 2 deletions

View File

@ -340,7 +340,7 @@ types are supported, as is encryption.")
(define-public sqlite (define-public sqlite
(package (package
(name "sqlite") (name "sqlite")
(version "3.10.2") (version "3.11.1")
(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 :
@ -371,7 +371,7 @@ types are supported, as is encryption.")
)) ))
(sha256 (sha256
(base32 (base32
"0w99mq9y7jx69d270lsx1qpjydm46vzyvxsjh9n7vsli2ayv9cx2")))) "0xs3gl3kbxqfx2ahrymgcf2n8c8sy37724jr05pncbhw4z8g2gsk"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("readline" ,readline))) (inputs `(("readline" ,readline)))
(arguments (arguments