guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: liburcu: Update to 0.12.0.


From: guix-commits
Subject: 07/13: gnu: liburcu: Update to 0.12.0.
Date: Mon, 13 Apr 2020 00:57:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b9cd4056668ecd5349e482b3f67d7fb8faad5cc7
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Apr 13 04:33:18 2020 +0200

    gnu: liburcu: Update to 0.12.0.
    
    * gnu/packages/datastructures.scm (liburcu): Update to 0.12.0.
---
 gnu/packages/datastructures.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index 5f3e12b..1685dfa 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2016, 2018, 2019 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2016, 2017, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Meiyo Peng <address@hidden>
 ;;; Copyright © 2019 Efraim Flashner <address@hidden>
 ;;;
@@ -129,14 +129,14 @@ in between these sequences may be different in both 
content and length.")
 (define-public liburcu
   (package
     (name "liburcu")
-    (version "0.11.1")
+    (version "0.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.lttng.org/files/urcu/";
                                   "userspace-rcu-" version ".tar.bz2"))
               (sha256
                (base32
-                "0l1kxgzch4m8fxiz2hc8fwg56hrvzzspp7n0svnl7i7iycdrgfcj"))))
+                "15wzk3nyy6gh6i7xhksxzs8fjar1g4ddz51iahk1v7lq0vjip6s0"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)))                 ; for tests



reply via email to

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