me
/
guix
Archived
1
0
Fork 0

gnu: sqlite: Update to 3.14.1.

* gnu/packages/databases.scm (sqlite): Update to 3.14.1.
master
Efraim Flashner 2016-08-31 00:00:03 +03:00
parent 8f88169549
commit a66a2a01ad
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -484,7 +484,7 @@ for example from a shell script.")
(define-public sqlite
(package
(name "sqlite")
(version "3.13.0")
(version "3.14.1")
(source (origin
(method url-fetch)
;; TODO: Download from sqlite.org once this bug :
@ -515,7 +515,7 @@ for example from a shell script.")
))
(sha256
(base32
"0sq88jbwsk48i41f7m7rkw9xvijq011nsbs7pl49s31inck70yg2"))))
"19j73j44akqgc6m82wm98yvnmm3mfzmfqr8mp3n7n080d53q4wdw"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)))
(arguments