me
/
guix
Archived
1
0
Fork 0

gnu: sqlite: Update to 3.39.2.

* gnu/packages/sqlite.scm (sqlite): Update to 3.39.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -61,14 +61,14 @@
(define-public sqlite
(package
(name "sqlite")
(version "3.39.1")
(version "3.39.2")
(source (origin
(method url-fetch)
(uri (sqlite-uri version 2022))
(patches (search-patches "sqlite-hurd.patch"))
(sha256
(base32
"1i0wjd1mig720q1gk9jkpw6h0mialbrlkfh8w8lans0czakygj47"))))
"1pirla4d1z1lzkp3pgw3sbzmmamp01sgzfz0rr3vl5rs32kfhaw5"))))
(build-system gnu-build-system)
(inputs (list readline))
(outputs '("out" "static"))