GNU bug report logs - #48665
[PATCH] gnu: libraft: Update to 0.10.1

Previous Next

Package: guix-patches;

Reported by: Dion Mendel <guix <at> dm9.info>

Date: Wed, 26 May 2021 08:22:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#48665: closed ([PATCH] gnu: libraft: Update to 0.10.1)
Date: Fri, 28 May 2021 09:25:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 28 May 2021 11:24:09 +0200
with message-id <87cztbjjnq.fsf <at> 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 <at> gnu.org.)


-- 
48665: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48665
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Dion Mendel <guix <at> dm9.info>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: libraft: Update to 0.10.1
Date: Wed, 26 May 2021 16:21:06 +0800
* 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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Dion Mendel <guix <at> dm9.info>
Cc: 48665-done <at> debbugs.gnu.org
Subject: Re: bug#48665: [PATCH] gnu: libraft: Update to 0.10.1
Date: Fri, 28 May 2021 11:24:09 +0200
Hi,

Dion Mendel <guix <at> dm9.info> skribis:

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

Applied, thanks!

Ludo’.


This bug report was last modified 4 years and 55 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.