mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sqlite: Update to 3.39.2.
* gnu/packages/sqlite.scm (sqlite): Update to 3.39.2.
This commit is contained in:
parent
375e9147e8
commit
e4291c39c1
1 changed files with 2 additions and 2 deletions
|
@ -61,14 +61,14 @@
|
||||||
(define-public sqlite
|
(define-public sqlite
|
||||||
(package
|
(package
|
||||||
(name "sqlite")
|
(name "sqlite")
|
||||||
(version "3.39.1")
|
(version "3.39.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (sqlite-uri version 2022))
|
(uri (sqlite-uri version 2022))
|
||||||
(patches (search-patches "sqlite-hurd.patch"))
|
(patches (search-patches "sqlite-hurd.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i0wjd1mig720q1gk9jkpw6h0mialbrlkfh8w8lans0czakygj47"))))
|
"1pirla4d1z1lzkp3pgw3sbzmmamp01sgzfz0rr3vl5rs32kfhaw5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list readline))
|
(inputs (list readline))
|
||||||
(outputs '("out" "static"))
|
(outputs '("out" "static"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue