gnu: sqlite: Update to 3.8.8.3.
* gnu/packages/databases.scm (sqlite): Update to 3.8.8.3.
This commit is contained in:
parent
8f1d22b718
commit
e5718ca1e6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue