gnu: sqlite: Update to 3.39.2.

* gnu/packages/sqlite.scm (sqlite): Update to 3.39.2.
This commit is contained in:
Marius Bakke 2022-08-12 01:23:38 +02:00
parent 375e9147e8
commit e4291c39c1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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"))