mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public libraft
|
|||
(define-public libdqlite
|
||||
(package
|
||||
(name "libdqlite")
|
||||
(version "1.7.0")
|
||||
(version "1.9.0")
|
||||
(home-page "https://github.com/canonical/dqlite")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -237,7 +237,7 @@ (define-public libdqlite
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"15cg8yl3n7lcg0qyg0byciz8v6y200ghmzzkwpdzggy3m6c168wl"))))
|
||||
"0zalsvr0vy7632nhm96a29lrfy18iqsmbxpyz2lvq80mrjlbrzsn"))))
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue