mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libraft: Update to 0.10.1
* gnu/packages/cluster.scm (libraft): Update to 0.10.1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ebbfee880c
commit
a800224260
1 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ independently or together to provide resilient infrastructures.")
|
||||||
(define-public libraft
|
(define-public libraft
|
||||||
(package
|
(package
|
||||||
(name "libraft")
|
(name "libraft")
|
||||||
(version "0.9.11")
|
(version "0.10.1")
|
||||||
(home-page "https://github.com/canonical/raft")
|
(home-page "https://github.com/canonical/raft")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -195,7 +195,7 @@ independently or together to provide resilient infrastructures.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00rsq4z9nykmf7r5rlpv1y6bvckcmg3zv57vh1h681y5pij6cch1"))))
|
"18idj53vnl5fx1ja1zlp8kiwmdxgwjxsi88rdql0pbh0484b92a3"))))
|
||||||
(arguments '(#:configure-flags '("--enable-uv")
|
(arguments '(#:configure-flags '("--enable-uv")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue