guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: liburcu: Update to 0.10.1.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: liburcu: Update to 0.10.1.
Date: Wed, 24 Jan 2018 10:25:33 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8f4bf6a99065f836858c42ebcd2ee8a6c4482c65
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 24 15:47:52 2018 +0100

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



reply via email to

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