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
parent
7f80cc8102
commit
e104753375
|
@ -48,7 +48,7 @@
|
||||||
(define-public sqlite
|
(define-public sqlite
|
||||||
(package
|
(package
|
||||||
(name "sqlite")
|
(name "sqlite")
|
||||||
(version "3.31.1")
|
(version "3.34.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (let ((numeric-version
|
(uri (let ((numeric-version
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
(patches (search-patches "sqlite-hurd.patch"))
|
(patches (search-patches "sqlite-hurd.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bj936svd8i5g25xd1bj52hj4zca01fgl3sqkj86z9q5pkz4wa32"))))
|
"1vlsvlp5nvhd5pdjpmdczfsv7mml2gsalykl6x3palbxwgxbfvdz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("readline" ,readline)))
|
(inputs `(("readline" ,readline)))
|
||||||
(outputs '("out" "static"))
|
(outputs '("out" "static"))
|
||||||
|
|
Reference in New Issue