gnu: SQLite: Update to 3.31.1.
* gnu/packages/sqlite.scm (sqlite): Update to 3.31.1.
This commit is contained in:
parent
090f33d676
commit
f97db3de73
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
||||||
(define-public sqlite
|
(define-public sqlite
|
||||||
(package
|
(package
|
||||||
(name "sqlite")
|
(name "sqlite")
|
||||||
(version "3.31.0")
|
(version "3.31.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (let ((numeric-version
|
(uri (let ((numeric-version
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
numeric-version ".tar.gz")))
|
numeric-version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w7i954349sjd5a6rvy118prra43k07y9hy8rpajs6vmjmnnx7bw"))))
|
"1bj936svd8i5g25xd1bj52hj4zca01fgl3sqkj86z9q5pkz4wa32"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("readline" ,readline)))
|
(inputs `(("readline" ,readline)))
|
||||||
(outputs '("out" "static"))
|
(outputs '("out" "static"))
|
||||||
|
|
Reference in a new issue