mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: sqlite: Update to 3.35.5.
* gnu/packages/sqlite.scm (sqlite): Update to 3.35.5.
This commit is contained in:
parent
0689e1abed
commit
6471bacf6d
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ (define-module (gnu packages sqlite)
|
|||
(define-public sqlite
|
||||
(package
|
||||
(name "sqlite")
|
||||
(version "3.35.2")
|
||||
(version "3.35.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (let ((numeric-version
|
||||
|
@ -65,7 +65,7 @@ (define-public sqlite
|
|||
(patches (search-patches "sqlite-hurd.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bfczv5006ycwr1vw7xbq7cmys0jvfr8awmx7wi1b40zyj0yss8j"))))
|
||||
"1c3d5q9zc93pfpbl7p5212pqfvls2ciy34ksxlbfbhqrqfjp4azm"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("readline" ,readline)))
|
||||
(outputs '("out" "static"))
|
||||
|
|
Loading…
Reference in a new issue