emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48665: closed ([PATCH] gnu: libraft: Update to 0.10.1)


From: GNU bug Tracking System
Subject: bug#48665: closed ([PATCH] gnu: libraft: Update to 0.10.1)
Date: Fri, 28 May 2021 09:25:01 +0000

Your message dated Fri, 28 May 2021 11:24:09 +0200
with message-id <87cztbjjnq.fsf@gnu.org>
and subject line Re: bug#48665: [PATCH] gnu: libraft: Update to 0.10.1
has caused the debbugs.gnu.org bug report #48665,
regarding [PATCH] gnu: libraft: Update to 0.10.1
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48665: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48665
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: libraft: Update to 0.10.1 Date: Wed, 26 May 2021 16:21:06 +0800 User-agent: Mutt/1.9.4 (2018-02-28)
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#48665: [PATCH] gnu: libraft: Update to 0.10.1 Date: Fri, 28 May 2021 11:24:09 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Dion Mendel <guix@dm9.info> skribis:

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

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]