[PATCH] gnu: libraft: Update to 0.10.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Dion Mendel
  • Ludovic Courtès
Owner
unassigned
Submitted by
Dion Mendel
Severity
normal

Debbugs page

Dion Mendel wrote 4 years ago
(address . guix-patches@gnu.org)
20210526082106.GA4359@dm9.info
* gnu/packages/cluster.scm (libraft): Update to 0.10.1
---
gnu/packages/cluster.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/cluster.scm b/gnu/packages/cluster.scm
index 01996591c7..18f2707469 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -186,7 +186,7 @@ independently or together to provide resilient infrastructures.")
(define-public libraft
(package
(name "libraft")
- (version "0.9.11")
+ (version "0.10.1")
(home-page "https://github.com/canonical/raft")
(source (origin
(method git-fetch)
@@ -195,7 +195,7 @@ independently or together to provide resilient infrastructures.")
(file-name (git-file-name name version))
(sha256
(base32
- "00rsq4z9nykmf7r5rlpv1y6bvckcmg3zv57vh1h681y5pij6cch1"))))
+ "18idj53vnl5fx1ja1zlp8kiwmdxgwjxsi88rdql0pbh0484b92a3"))))
(arguments '(#:configure-flags '("--enable-uv")
#:phases
(modify-phases %standard-phases
--
2.31.1
Ludovic Courtès wrote 4 years ago
(name . Dion Mendel)(address . guix@dm9.info)(address . 48665-done@debbugs.gnu.org)
87cztbjjnq.fsf@gnu.org
Hi,

Dion Mendel <guix@dm9.info> skribis:

Toggle quote (2 lines)
> * gnu/packages/cluster.scm (libraft): Update to 0.10.1

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48665@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48665
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help