me
/
guix
Archived
1
0
Fork 0

gnu: sqlite: Update to 3.10.2.

* gnu/packages/databases.scm (sqlite): Update to 3.10.2.
master
Mark H Weaver 2016-02-13 21:41:17 -05:00
parent c13a9feb5b
commit b7bc8611d0
1 changed files with 2 additions and 2 deletions

View File

@ -339,7 +339,7 @@ types are supported, as is encryption.")
(define-public sqlite (define-public sqlite
(package (package
(name "sqlite") (name "sqlite")
(version "3.10.0") (version "3.10.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
;; TODO: Download from sqlite.org once this bug : ;; TODO: Download from sqlite.org once this bug :
@ -370,7 +370,7 @@ types are supported, as is encryption.")
)) ))
(sha256 (sha256
(base32 (base32
"0hhhv6si0pyf5i8bv7a71953m0b4gk6s3j2h09caf7vif0njkk23")))) "0w99mq9y7jx69d270lsx1qpjydm46vzyvxsjh9n7vsli2ayv9cx2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("readline" ,readline))) (inputs `(("readline" ,readline)))
(arguments (arguments