gnu: sqlite: Update to 3.16.2.

* gnu/packages/databases.scm (sqlite): Update to 3.16.2.
This commit is contained in:
Marius Bakke 2017-01-15 23:36:31 +01:00
parent e9384e3b74
commit e58db46bb8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -507,7 +507,7 @@ for example from a shell script.")
(define-public sqlite (define-public sqlite
(package (package
(name "sqlite") (name "sqlite")
(version "3.15.2") (version "3.16.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (let ((numeric-version (uri (let ((numeric-version
@ -519,11 +519,11 @@ for example from a shell script.")
(map (cut string-pad <> 2 #\0) (map (cut string-pad <> 2 #\0)
other-digits)) other-digits))
6 #\0)))))) 6 #\0))))))
(string-append "https://sqlite.org/2016/sqlite-autoconf-" (string-append "https://sqlite.org/2017/sqlite-autoconf-"
numeric-version ".tar.gz"))) numeric-version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"0j9i1zrwxc7dfd6xr3xagal3incrlalsrk96havnas1qp5im1cq7")))) "059n4s9qd35qpbd4g29y9ay99a6f68ad7k65g430rxb6jcz0rk35"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("readline" ,readline))) (inputs `(("readline" ,readline)))
(arguments (arguments