guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: liburcu: Update to 0.14.0.


From: guix-commits
Subject: 02/03: gnu: liburcu: Update to 0.14.0.
Date: Sun, 10 Sep 2023 10:40:48 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit ff3eb851171f20654b8d6462c6b01ff3198a60e5
Author: Olivier Dion <odion@efficios.com>
AuthorDate: Thu Sep 7 11:20:53 2023 -0400

    gnu: liburcu: Update to 0.14.0.
    
    * gnu/packages/datastructures.scm (liburcu): Update to 0.14.0.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 @@ allows multiple concurrent reader and writer threads.")
 (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



reply via email to

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