all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48665] [PATCH] gnu: libraft: Update to 0.10.1
@ 2021-05-26  8:21 Dion Mendel
  2021-05-28  9:24 ` bug#48665: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Dion Mendel @ 2021-05-26  8:21 UTC (permalink / raw)
  To: 48665

* gnu/packages/cluster.scm (libraft): Update to 0.10.1
---
 gnu/packages/cluster.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#48665: [PATCH] gnu: libraft: Update to 0.10.1
  2021-05-26  8:21 [bug#48665] [PATCH] gnu: libraft: Update to 0.10.1 Dion Mendel
@ 2021-05-28  9:24 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-05-28  9:24 UTC (permalink / raw)
  To: Dion Mendel; +Cc: 48665-done

Hi,

Dion Mendel <guix@dm9.info> skribis:

> * gnu/packages/cluster.scm (libraft): Update to 0.10.1

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-28  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26  8:21 [bug#48665] [PATCH] gnu: libraft: Update to 0.10.1 Dion Mendel
2021-05-28  9:24 ` bug#48665: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.