gnu: sqlite: Update to 3.8.11.1.
* gnu/packages/databases.scm (sqlite): Update to 3.8.11.1. [source](uri): Add 'http://distfiles.gentoo.org'.
This commit is contained in:
parent
895067ff49
commit
42e666494d
|
@ -311,7 +311,7 @@ types are supported, as is encryption.")
|
||||||
(define-public sqlite
|
(define-public sqlite
|
||||||
(package
|
(package
|
||||||
(name "sqlite")
|
(name "sqlite")
|
||||||
(version "3.8.10.2")
|
(version "3.8.11.1")
|
||||||
(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 :
|
||||||
|
@ -326,12 +326,16 @@ types are supported, as is encryption.")
|
||||||
(map (cut string-pad <> 2 #\0)
|
(map (cut string-pad <> 2 #\0)
|
||||||
other-digits))
|
other-digits))
|
||||||
6 #\0))))))
|
6 #\0))))))
|
||||||
(string-append
|
(list
|
||||||
"mirror://sourceforge/sqlite.mirror/SQLite%20" version
|
(string-append
|
||||||
"/sqlite-autoconf-" numeric-version ".tar.gz")))
|
"http://distfiles.gentoo.org/distfiles/"
|
||||||
|
"/sqlite-autoconf-" numeric-version ".tar.gz")
|
||||||
|
(string-append
|
||||||
|
"mirror://sourceforge/sqlite.mirror/SQLite%20" version
|
||||||
|
"/sqlite-autoconf-" numeric-version ".tar.gz"))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09nnaqx50gl1vmfvdipirizr61q3s0ywlql50f9kr1bx9rdfb0l3"))))
|
"1dnkl4qr1dgaprbyf3jddfiynkhxnin86qabni47wjlc0fnb16gv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("readline" ,readline)))
|
(inputs `(("readline" ,readline)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue