gnu: sqlite: Update to 3.36.0.

* gnu/packages/sqlite.scm (sqlite): Update to 3.36.0.
This commit is contained in:
Marius Bakke 2021-07-19 20:56:00 +02:00
parent 8ae4ea0679
commit 4b957543d5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -61,14 +61,14 @@ (define (sqlite-uri version year)
(define-public sqlite
(package
(name "sqlite")
(version "3.35.5")
(version "3.36.0")
(source (origin
(method url-fetch)
(uri (sqlite-uri version 2021))
(patches (search-patches "sqlite-hurd.patch"))
(sha256
(base32
"1c3d5q9zc93pfpbl7p5212pqfvls2ciy34ksxlbfbhqrqfjp4azm"))))
"1qxwkfvd185dfcqbakrzikrsw6ffr5jp1gl3dch9dsdyjvmw745x"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)))
(outputs '("out" "static"))