gnu: sqlite: Update to 3.35.2.

* gnu/packages/sqlite.scm (sqlite): Update to 3.35.2.
This commit is contained in:
Léo Le Bouter 2021-03-25 20:39:50 +01:00
parent f08b070019
commit c2366b9481
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -48,7 +48,7 @@ (define-module (gnu packages sqlite)
(define-public sqlite
(package
(name "sqlite")
(version "3.34.0")
(version "3.35.2")
(source (origin
(method url-fetch)
(uri (let ((numeric-version
@ -60,12 +60,12 @@ (define-public sqlite
(map (cut string-pad <> 2 #\0)
other-digits))
6 #\0))))))
(string-append "https://sqlite.org/2020/sqlite-autoconf-"
(string-append "https://sqlite.org/2021/sqlite-autoconf-"
numeric-version ".tar.gz")))
(patches (search-patches "sqlite-hurd.patch"))
(sha256
(base32
"1vlsvlp5nvhd5pdjpmdczfsv7mml2gsalykl6x3palbxwgxbfvdz"))))
"1bfczv5006ycwr1vw7xbq7cmys0jvfr8awmx7wi1b40zyj0yss8j"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)))
(outputs '("out" "static"))