diff options
author | Andrew Whatson <whatson@gmail.com> | 2021-08-20 22:45:20 +1000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-09-28 15:43:00 +0200 |
commit | 15daaaff80db2164fb68ce67ae0670c10825bd00 (patch) | |
tree | 57d9db832976e98bda66975d051eceb4d1bb3b86 | |
parent | 5c3f764aafda96ad9b8f8e3aca7cd6f66c519486 (diff) | |
download | guix-15daaaff80db2164fb68ce67ae0670c10825bd00.tar.gz |
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>
-rw-r--r-- | gnu/packages/cluster.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cluster.scm b/gnu/packages/cluster.scm index 5464c6dd4d..2de5f6fe36 100644 --- a/gnu/packages/cluster.scm +++ b/gnu/packages/cluster.scm @@ -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 |