diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-13 04:33:18 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-13 06:56:54 +0200 |
| commit | b9cd4056668ecd5349e482b3f67d7fb8faad5cc7 (patch) | |
| tree | 329bebfa8766823d9c357d0e559e4afbc8cecaaa | |
| parent | 862af2fe213ad67dbdde002de84fffd526b6ceb0 (diff) | |
gnu: liburcu: Update to 0.12.0.
* gnu/packages/datastructures.scm (liburcu): Update to 0.12.0.
| -rw-r--r-- | gnu/packages/datastructures.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index 5f3e12bb77d..1685dfa086d 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2015, 2016, 2018, 2019 Ricardo Wurmus <rekado@elephly.net> | 2 | ;;; Copyright © 2015, 2016, 2018, 2019 Ricardo Wurmus <rekado@elephly.net> |
| 3 | ;;; Copyright © 2016, 2017, 2019 Tobias Geerinckx-Rice <me@tobias.gr> | 3 | ;;; Copyright © 2016, 2017, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> |
| 4 | ;;; Copyright © 2018 Meiyo Peng <meiyo.peng@gmail.com> | 4 | ;;; Copyright © 2018 Meiyo Peng <meiyo.peng@gmail.com> |
| 5 | ;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il> | 5 | ;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il> |
| 6 | ;;; | 6 | ;;; |
| @@ -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.11.1") | 132 | (version "0.12.0") |
| 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 | "0l1kxgzch4m8fxiz2hc8fwg56hrvzzspp7n0svnl7i7iycdrgfcj")))) | 139 | "15wzk3nyy6gh6i7xhksxzs8fjar1g4ddz51iahk1v7lq0vjip6s0")))) |
| 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 |
