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:
Andrew Whatson 2021-08-20 22:45:20 +10:00 committed by Ludovic Courtès
parent 5c3f764aaf
commit 15daaaff80
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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