1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Andrew Whatson
2021-08-20 22:45:20 +10:00
committed by Ludovic Courtès
parent 5c3f764aaf
commit 15daaaff80

View File

@@ -228,7 +228,7 @@ snapshots).")
(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 @@ snapshots).")
(file-name (git-file-name name version))
(sha256
(base32
"15cg8yl3n7lcg0qyg0byciz8v6y200ghmzzkwpdzggy3m6c168wl"))))
"0zalsvr0vy7632nhm96a29lrfy18iqsmbxpyz2lvq80mrjlbrzsn"))))
(arguments
'(#:phases
(modify-phases %standard-phases