gnu: sqlite: Update to 3.35.2.
* gnu/packages/sqlite.scm (sqlite): Update to 3.35.2.master
parent
f08b070019
commit
c2366b9481
gnu/packages
|
@ -48,7 +48,7 @@
|
||||||
(define-public sqlite
|
(define-public sqlite
|
||||||
(package
|
(package
|
||||||
(name "sqlite")
|
(name "sqlite")
|
||||||
(version "3.34.0")
|
(version "3.35.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (let ((numeric-version
|
(uri (let ((numeric-version
|
||||||
|
@ -60,12 +60,12 @@
|
||||||
(map (cut string-pad <> 2 #\0)
|
(map (cut string-pad <> 2 #\0)
|
||||||
other-digits))
|
other-digits))
|
||||||
6 #\0))))))
|
6 #\0))))))
|
||||||
(string-append "https://sqlite.org/2020/sqlite-autoconf-"
|
(string-append "https://sqlite.org/2021/sqlite-autoconf-"
|
||||||
numeric-version ".tar.gz")))
|
numeric-version ".tar.gz")))
|
||||||
(patches (search-patches "sqlite-hurd.patch"))
|
(patches (search-patches "sqlite-hurd.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vlsvlp5nvhd5pdjpmdczfsv7mml2gsalykl6x3palbxwgxbfvdz"))))
|
"1bfczv5006ycwr1vw7xbq7cmys0jvfr8awmx7wi1b40zyj0yss8j"))))
|
||||||
(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