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 /gnu/packages/datastructures.scm | |
| parent | 8e2a4238008bf8cdfbb115f7ad848221521a9796 (diff) | |
gnu: liburcu: Update to 0.12.1.
* gnu/packages/datastructures.scm (liburcu): Update to 0.12.1.
Diffstat (limited to 'gnu/packages/datastructures.scm')
| -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 3c8814348fc..0f106b7ce93 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.") | |||
| 129 | (define-public liburcu | 129 | (define-public liburcu |
| 130 | (package | 130 | (package |
| 131 | (name "liburcu") | 131 | (name "liburcu") |
| 132 | (version "0.12.0") | 132 | (version "0.12.1") |
| 133 | (source (origin | 133 | (source (origin |
| 134 | (method url-fetch) | 134 | (method url-fetch) |
| 135 | (uri (string-append "https://www.lttng.org/files/urcu/" | 135 | (uri (string-append "https://www.lttng.org/files/urcu/" |
| 136 | "userspace-rcu-" version ".tar.bz2")) | 136 | "userspace-rcu-" version ".tar.bz2")) |
| 137 | (sha256 | 137 | (sha256 |
| 138 | (base32 | 138 | (base32 |
| 139 | "15wzk3nyy6gh6i7xhksxzs8fjar1g4ddz51iahk1v7lq0vjip6s0")))) | 139 | "03nd1gy2c3fdb6xwdrd5lr1jcjxbzffqh3z91mzbjhjn6k8fmymv")))) |
| 140 | (build-system gnu-build-system) | 140 | (build-system gnu-build-system) |
| 141 | (native-inputs | 141 | (native-inputs |
| 142 | `(("perl" ,perl))) ; for tests | 142 | `(("perl" ,perl))) ; for tests |
