me
/
guix
Archived
1
0
Fork 0

gnu: sqlite: Update to 3.13.0.

* gnu/packages/databases.scm (sqlite): Update to 3.13.0.
master
Ben Woodcroft 2016-06-22 20:09:44 +10:00 committed by Leo Famulari
parent 7ee5a694a8
commit 92da343667
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -482,7 +482,7 @@ for example from a shell script.")
(define-public sqlite (define-public sqlite
(package (package
(name "sqlite") (name "sqlite")
(version "3.12.2") (version "3.13.0")
(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 :
@ -513,7 +513,7 @@ for example from a shell script.")
)) ))
(sha256 (sha256
(base32 (base32
"1fwss0i2lixv39b27gkqiibdd2syym90wh3qbiaxnfgxk867f07x")))) "0sq88jbwsk48i41f7m7rkw9xvijq011nsbs7pl49s31inck70yg2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("readline" ,readline))) (inputs `(("readline" ,readline)))
(arguments (arguments