all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72944] [PATCH 1/5] gnu: liburcu: Update to 0.14.1.
@ 2024-09-01 22:09 odion
  2024-09-01 22:11 ` [bug#72944] [PATCH 2/5] gnu: librseq: Update to revision 2 odion
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: odion @ 2024-09-01 22:09 UTC (permalink / raw)
  To: 72944; +Cc: Olivier Dion

From: Olivier Dion <odion@efficios.com>

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

Change-Id: I310c7db2970e164a533c9f0aa773537f5bbdd8bf
---
 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 c6b2396537..84e9edb52d 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -214,14 +214,14 @@ (define-public libcuckoo
 (define-public liburcu
   (package
     (name "liburcu")
-    (version "0.14.0")
+    (version "0.14.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.lttng.org/files/urcu/"
                                   "userspace-rcu-" version ".tar.bz2"))
               (sha256
                (base32
-                "0kwx4fi3gn4p4sdxqkz2zh4z0fv06q449bnz43zjqfad3lkbyhya"))))
+                "1h5bg0k94by2v7cjq7fb3ridqixbd9pndw506vl27h3fvh9wn6i3"))))
     (build-system gnu-build-system)
     (native-inputs
      (list perl))                 ; for tests

base-commit: a977900d76b7585c401222a3ce8bbb82e5f6da45
-- 
2.45.2





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

end of thread, other threads:[~2024-10-04 15:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 22:09 [bug#72944] [PATCH 1/5] gnu: liburcu: Update to 0.14.1 odion
2024-09-01 22:11 ` [bug#72944] [PATCH 2/5] gnu: librseq: Update to revision 2 odion
2024-09-01 22:11 ` [bug#72944] [PATCH 3/5] gnu: lttng-modules: Update to 2.13.14 odion
2024-09-01 22:11 ` [bug#72944] [PATCH 4/5] gnu: lttng-ust: Update to 2.13.8 odion
2024-09-01 22:11 ` [bug#72944] [PATCH 5/5] gnu: lttng-tools: Update to 2.13.14 odion
2024-10-04 15:44 ` bug#72944: [PATCH 1/5] gnu: liburcu: Update to 0.14.1 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.