guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: liburcu: Update to 0.12.2.


From: guix-commits
Subject: 03/03: gnu: liburcu: Update to 0.12.2.
Date: Tue, 2 Mar 2021 10:41:32 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 467f7919e2720b3214eb118958c95626b66ea562
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Feb 24 21:22:08 2021 +0100

    gnu: liburcu: Update to 0.12.2.
    
    * gnu/packages/datastructures.scm (liburcu): Update to 0.12.2.
---
 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 f4f51fc..f10a54d 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -140,14 +140,14 @@ in between these sequences may be different in both 
content and length.")
 (define-public liburcu
   (package
     (name "liburcu")
-    (version "0.12.1")
+    (version "0.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.lttng.org/files/urcu/";
                                   "userspace-rcu-" version ".tar.bz2"))
               (sha256
                (base32
-                "03nd1gy2c3fdb6xwdrd5lr1jcjxbzffqh3z91mzbjhjn6k8fmymv"))))
+                "0yx69kbx9zd6ayjzvwvglilhdnirq4f1x1sdv33jy8bc9wgc3vsf"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)))                 ; for tests



reply via email to

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