me
/
guix
Archived
1
0
Fork 0

gnu: sqlite: Update to 3.36.0.

* gnu/packages/sqlite.scm (sqlite): Update to 3.36.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -61,14 +61,14 @@
(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"))