mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: sqlite: Update to 3.35.2.
* gnu/packages/sqlite.scm (sqlite): Update to 3.35.2.
This commit is contained in:
parent
f08b070019
commit
c2366b9481
1 changed files with 3 additions and 3 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue