mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -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
|
(define-public sqlite
|
||||||
(package
|
(package
|
||||||
(name "sqlite")
|
(name "sqlite")
|
||||||
(version "3.35.2")
|
(version "3.35.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (let ((numeric-version
|
(uri (let ((numeric-version
|
||||||
|
@ -65,7 +65,7 @@ (define-public sqlite
|
||||||
(patches (search-patches "sqlite-hurd.patch"))
|
(patches (search-patches "sqlite-hurd.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bfczv5006ycwr1vw7xbq7cmys0jvfr8awmx7wi1b40zyj0yss8j"))))
|
"1c3d5q9zc93pfpbl7p5212pqfvls2ciy34ksxlbfbhqrqfjp4azm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("readline" ,readline)))
|
(inputs `(("readline" ,readline)))
|
||||||
(outputs '("out" "static"))
|
(outputs '("out" "static"))
|
||||||
|
|
Loading…
Reference in a new issue