mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: sqlite: Update to 3.18.0.
* gnu/packages/databases.scm (sqlite): Update to 3.18.0.
This commit is contained in:
parent
28938febd5
commit
70800cd634
1 changed files with 2 additions and 2 deletions
|
@ -707,7 +707,7 @@ (define-public sparql-query
|
|||
(define-public sqlite
|
||||
(package
|
||||
(name "sqlite")
|
||||
(version "3.17.0")
|
||||
(version "3.18.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (let ((numeric-version
|
||||
|
@ -723,7 +723,7 @@ (define-public sqlite
|
|||
numeric-version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0k472gq0p706jq4529p60znvw02hdf172qxgbdv59q0n7anqbr54"))))
|
||||
"0p5cx7nbjxk7glcm277ypi5w4gv144qazw79ql47svlpccj62mrp"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("readline" ,readline)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue