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

View file

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