gnu: sqlite: Update to 3.19.2.

* gnu/packages/databases.scm (sqlite): Update to 3.19.2.
This commit is contained in:
Marius Bakke 2017-05-25 19:53:50 +02:00
parent a07007876a
commit b94d20c688
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -721,7 +721,7 @@ for example from a shell script.")
(define-public sqlite
(package
(name "sqlite")
(version "3.19.0")
(version "3.19.2")
(source (origin
(method url-fetch)
(uri (let ((numeric-version
@ -737,7 +737,7 @@ for example from a shell script.")
numeric-version ".tar.gz")))
(sha256
(base32
"1xdh6yf2bdml2mj9vqyq5whznyiikzq86cmbirimjricjmjyc5mm"))))
"1z1gmiyx68g1yxc3avc9jnan53irnsq2rsyldwyxcfnc07xn2lya"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)))
(arguments