all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65624] [PATCH] gnu: liburcu: Update to 0.14.0.
@ 2023-08-30 15:22 odion
  2023-09-06  4:56 ` Maxim Cournoyer
  0 siblings, 1 reply; 7+ messages in thread
From: odion @ 2023-08-30 15:22 UTC (permalink / raw)
  To: 65624; +Cc: Olivier Dion

From: Olivier Dion <odion@efficios.com>

* gnu/packages/datastructures.scm (liburcu): Update to 0.14.0.
---
 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 bd4f099d94..0689ef4259 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -213,14 +213,14 @@ (define-public libcuckoo
 (define-public liburcu
   (package
     (name "liburcu")
-    (version "0.13.1")
+    (version "0.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.lttng.org/files/urcu/"
                                   "userspace-rcu-" version ".tar.bz2"))
               (sha256
                (base32
-                "10rh6v9j13622cjlzx31cfpghjy0kqkvn6pb42whwwcg5cyz64rj"))))
+                "0kwx4fi3gn4p4sdxqkz2zh4z0fv06q449bnz43zjqfad3lkbyhya"))))
     (build-system gnu-build-system)
     (native-inputs
      (list perl))                 ; for tests

base-commit: ebaff644a6ae87ca289c827d902b46e7877e66ec
-- 
2.41.0





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

end of thread, other threads:[~2023-09-10 14:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-30 15:22 [bug#65624] [PATCH] gnu: liburcu: Update to 0.14.0 odion
2023-09-06  4:56 ` Maxim Cournoyer
2023-09-06 14:32   ` Olivier Dion
2023-09-06 17:13     ` Maxim Cournoyer
2023-09-07 15:20       ` [bug#65624] [PATCH v2 1/2] gnu: multipath-tools: Update to 0.9.6 odion
2023-09-07 15:20         ` [bug#65624] [PATCH v2 2/2] gnu: liburcu: Update to 0.14.0 odion
2023-09-10 14:48         ` bug#65624: [PATCH v2 1/2] gnu: multipath-tools: Update to 0.9.6 Maxim Cournoyer

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.