gnu: sqlite: Update to 3.8.8.3.

* gnu/packages/databases.scm (sqlite): Update to 3.8.8.3.
This commit is contained in:
Mark H Weaver 2015-02-26 19:22:27 -05:00
parent 8f1d22b718
commit e5718ca1e6
1 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ types are supported, as is encryption.")
(define-public sqlite (define-public sqlite
(package (package
(name "sqlite") (name "sqlite")
(version "3.8.7.4") (version "3.8.8.3")
(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 :
@ -233,7 +233,7 @@ types are supported, as is encryption.")
"/sqlite-autoconf-" numeric-version ".tar.gz"))) "/sqlite-autoconf-" numeric-version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"1v2rhgsx27in6dcvxk0pkxc0zrbl38biimjg6c1zxz85jh9hydw6")))) "04dl53iv5q0srv4jcgjfzsrdzkq6dg1sgmlmpw9lrd4xrmj6jmvl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("readline" ,readline))) (inputs `(("readline" ,readline)))
;; Add -DSQLITE_SECURE_DELETE. GNU Icecat will refuse to use the system ;; Add -DSQLITE_SECURE_DELETE. GNU Icecat will refuse to use the system