guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: liburcu: Update to 0.13.0.


From: guix-commits
Subject: 02/05: gnu: liburcu: Update to 0.13.0.
Date: Wed, 9 Jun 2021 17:41:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 50280f3eb262327bc10ed257978876dd0baa3a9f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 9 22:42:18 2021 +0200

    gnu: liburcu: Update to 0.13.0.
    
    * gnu/packages/datastructures.scm (liburcu): Update to 0.13.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 e89b7d7..e9ed049 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.2")
+    (version "0.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.lttng.org/files/urcu/";
                                   "userspace-rcu-" version ".tar.bz2"))
               (sha256
                (base32
-                "0yx69kbx9zd6ayjzvwvglilhdnirq4f1x1sdv33jy8bc9wgc3vsf"))))
+                "085s437nig6bdiv9im4k4qwqbrbnc4qw9flqi16jlb493az0vcnb"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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