guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: liburcu: Update to 0.11.0.


From: guix-commits
Subject: 01/01: gnu: liburcu: Update to 0.11.0.
Date: Wed, 8 May 2019 10:42:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 515a92cf205eb807d9b864e68aad75d3ebb3098c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 8 16:30:12 2019 +0200

    gnu: liburcu: Update to 0.11.0.
    
    * gnu/packages/datastructures.scm (liburcu): Update to 0.11.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 27fe882..4fd1ac2 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -124,14 +124,14 @@ in between these sequences may be different in both 
content and length.")
 (define-public liburcu
   (package
     (name "liburcu")
-    (version "0.10.2")
+    (version "0.11.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.lttng.org/files/urcu/";
                                   "userspace-rcu-" version ".tar.bz2"))
               (sha256
                (base32
-                "1k31faqz9plx5dwxq8g1fnczxda1is4s1x4ph0gjrq3gmy6qixmk"))))
+                "1rxk5vbkbmqlsnjnvkjz0pkx2076mqnq6jzblpmz8rk29x66kx8s"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)))                 ; for tests



reply via email to

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