GNU bug report logs - #77804
[PATCH] gnu: liburcu: Update to 0.15.2.

Previous Next

Package: guix-patches;

Reported by: odion <at> efficios.com

Date: Mon, 14 Apr 2025 15:45:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77804 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77804; Package guix-patches. (Mon, 14 Apr 2025 15:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to odion <at> efficios.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 14 Apr 2025 15:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: odion <at> efficios.com
To: guix-patches <at> gnu.org
Cc: Olivier Dion <olivier.dion <at> polymtl.ca>
Subject: [PATCH] gnu: liburcu: Update to 0.15.2.
Date: Mon, 14 Apr 2025 11:44:28 -0400
From: Olivier Dion <olivier.dion <at> polymtl.ca>

* gnu/packages/datastructures.scm (liburcu): Update to 0.15.2.

Change-Id: I673758164716f679e63f84edd27afca67aac688a
---
 gnu/packages/datastructures.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index 485cd03b7dc..c9eb5e72e09 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -219,14 +219,14 @@ (define-public libcuckoo
 (define-public liburcu
   (package
     (name "liburcu")
-    (version "0.14.1")
+    (version "0.15.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.lttng.org/files/urcu/"
                                   "userspace-rcu-" version ".tar.bz2"))
               (sha256
                (base32
-                "1h5bg0k94by2v7cjq7fb3ridqixbd9pndw506vl27h3fvh9wn6i3"))))
+                "07d6cq3rrc1vb81170wah5298m3cy8s2dvgclwh7c6ysicmnzwsr"))))
     (build-system gnu-build-system)
     (native-inputs
      ;; riscv64 needs >= gcc-13.3.0

base-commit: 0502a30d3192c7369a18b1b3bcd61ffe4d7d6acd
-- 
2.48.1





This bug report was last modified 9 days ago.

Previous Next


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