Skip to content
Snippets Groups Projects
Commit d6a60181 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: sqlite: Upgrade to 3.8.4.2.

* gnu/packages/sqlite.scm (sqlite): Upgrade to 3.8.4.2.
parent 83528182
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ (define-module (gnu packages sqlite)
(define-public sqlite
(package
(name "sqlite")
(version "3.8.2")
(version "3.8.4.2")
(source (origin
(method url-fetch)
;; TODO: Download from sqlite.org once this bug :
......@@ -49,7 +49,7 @@ (define-public sqlite
"/sqlite-autoconf-" numeric-version ".tar.gz")))
(sha256
(base32
"14pg9zlwbwsj5w7f3qr25d3nniyv82gmczwlvpj0i0ic1431v1d0"))))
"19gicv5vdi5c0p8shr1bmihldj409aqz3r4wr7d3pwb6xf1xv4p4"))))
(build-system gnu-build-system)
(home-page "http://www.sqlite.org/")
(synopsis "The SQLite database management system")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment