gnu: sqlite: Update to 3.30.1.

* gnu/packages/sqlite.scm (sqlite): Update to 3.30.1.
This commit is contained in:
Marius Bakke 2019-11-30 04:19:36 +01:00
parent e8acfd1a9f
commit adfcb15ff1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -46,7 +46,7 @@ (define-module (gnu packages sqlite)
(define-public sqlite
(package
(name "sqlite")
(version "3.28.0")
(version "3.30.1")
(source (origin
(method url-fetch)
(uri (let ((numeric-version
@ -62,7 +62,7 @@ (define-public sqlite
numeric-version ".tar.gz")))
(sha256
(base32
"1hxpi45crbqp6lacl7z611lna02k956m9bsy2bjzrbb2y23546yn"))))
"0q4f57a5995wz9c7dfiqy9zwl0kn0b900nxwinqa3llv13dm0nlc"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)))
(arguments