gnu: libdqlite: Update to 1.9.0.
* gnu/packages/cluster.scm (libdqlite): Update to 1.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5c3f764aaf
commit
15daaaff80
1 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ snapshots).")
|
||||||
(define-public libdqlite
|
(define-public libdqlite
|
||||||
(package
|
(package
|
||||||
(name "libdqlite")
|
(name "libdqlite")
|
||||||
(version "1.7.0")
|
(version "1.9.0")
|
||||||
(home-page "https://github.com/canonical/dqlite")
|
(home-page "https://github.com/canonical/dqlite")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -237,7 +237,7 @@ snapshots).")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15cg8yl3n7lcg0qyg0byciz8v6y200ghmzzkwpdzggy3m6c168wl"))))
|
"0zalsvr0vy7632nhm96a29lrfy18iqsmbxpyz2lvq80mrjlbrzsn"))))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue