gnu: sqlcipher: Update to 3.4.2.
* gnu/packages/databases.scm (sqlcipher): Update to 3.4.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
63fd9f084a
commit
682c291899
|
@ -1963,14 +1963,14 @@ can autogenerate peewee models using @code{pwiz}, a model generator.")
|
||||||
(define-public sqlcipher
|
(define-public sqlcipher
|
||||||
(package
|
(package
|
||||||
(name "sqlcipher")
|
(name "sqlcipher")
|
||||||
(version "3.3.1")
|
(version "3.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/sqlcipher/" name
|
(uri (string-append "https://github.com/sqlcipher/" name
|
||||||
"/archive/v" version ".tar.gz"))
|
"/archive/v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gv58dlbpzrmznly52yqbxgvii0ib88zr3aszla1bsypwjr6flff"))
|
(base32 "1nxarwbci8jx99f1d0y1ivxcv25s78l1p7q6qy28lkpkcx8pm2b9"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue