Archived
1
0
Fork 0

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-public sqlite (define-public sqlite
(package (package
(name "sqlite") (name "sqlite")
(version "3.35.5") (version "3.36.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (sqlite-uri version 2021)) (uri (sqlite-uri version 2021))
(patches (search-patches "sqlite-hurd.patch")) (patches (search-patches "sqlite-hurd.patch"))
(sha256 (sha256
(base32 (base32
"1c3d5q9zc93pfpbl7p5212pqfvls2ciy34ksxlbfbhqrqfjp4azm")))) "1qxwkfvd185dfcqbakrzikrsw6ffr5jp1gl3dch9dsdyjvmw745x"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("readline" ,readline))) (inputs `(("readline" ,readline)))
(outputs '("out" "static")) (outputs '("out" "static"))