me
/
guix
Archived
1
0
Fork 0

gnu: sqlite: Update to 3.34.0.

* gnu/packages/sqlite.scm (sqlite): Update to 3.34.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Vincent Legoll 2020-12-27 14:10:37 +01:00 committed by Mathieu Othacehe
parent 7f80cc8102
commit e104753375
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
(define-public sqlite
(package
(name "sqlite")
(version "3.31.1")
(version "3.34.0")
(source (origin
(method url-fetch)
(uri (let ((numeric-version
@ -65,7 +65,7 @@
(patches (search-patches "sqlite-hurd.patch"))
(sha256
(base32
"1bj936svd8i5g25xd1bj52hj4zca01fgl3sqkj86z9q5pkz4wa32"))))
"1vlsvlp5nvhd5pdjpmdczfsv7mml2gsalykl6x3palbxwgxbfvdz"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)))
(outputs '("out" "static"))