diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-23 19:06:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-23 19:07:20 +0200 |
commit | 0fb2bc839292e59e573dc5541b10940dccc2c636 (patch) | |
tree | 2674633ae7bdceedb692b61171755133ee3bb40f | |
parent | 8e2a4238008bf8cdfbb115f7ad848221521a9796 (diff) | |
download | patches-0fb2bc839292e59e573dc5541b10940dccc2c636.tar patches-0fb2bc839292e59e573dc5541b10940dccc2c636.tar.gz |
gnu: liburcu: Update to 0.12.1.
* gnu/packages/datastructures.scm (liburcu): Update to 0.12.1.
-rw-r--r-- | gnu/packages/datastructures.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index 3c8814348f..0f106b7ce9 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm @@ -129,14 +129,14 @@ in between these sequences may be different in both content and length.") (define-public liburcu (package (name "liburcu") - (version "0.12.0") + (version "0.12.1") (source (origin (method url-fetch) (uri (string-append "https://www.lttng.org/files/urcu/" "userspace-rcu-" version ".tar.bz2")) (sha256 (base32 - "15wzk3nyy6gh6i7xhksxzs8fjar1g4ddz51iahk1v7lq0vjip6s0")))) + "03nd1gy2c3fdb6xwdrd5lr1jcjxbzffqh3z91mzbjhjn6k8fmymv")))) (build-system gnu-build-system) (native-inputs `(("perl" ,perl))) ; for tests |