diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-05 20:09:52 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-06 05:59:00 +0200 |
| commit | 2b6cd06e5f703bc695ee3995e41f2fe99324c8d3 (patch) | |
| tree | ce892602017c5ccc86849f8b503627b0e62a1338 /gnu/packages/datastructures.scm | |
| parent | 8703646271d7ab21dbf0a71f48a5d9bea61158c3 (diff) | |
gnu: liburcu: Update to 0.11.1.
* gnu/packages/datastructures.scm (liburcu): Update to 0.11.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 4fd1ac2e2fd..dabb1f421e9 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm | |||
| @@ -124,14 +124,14 @@ in between these sequences may be different in both content and length.") | |||
| 124 | (define-public liburcu | 124 | (define-public liburcu |
| 125 | (package | 125 | (package |
| 126 | (name "liburcu") | 126 | (name "liburcu") |
| 127 | (version "0.11.0") | 127 | (version "0.11.1") |
| 128 | (source (origin | 128 | (source (origin |
| 129 | (method url-fetch) | 129 | (method url-fetch) |
| 130 | (uri (string-append "https://www.lttng.org/files/urcu/" | 130 | (uri (string-append "https://www.lttng.org/files/urcu/" |
| 131 | "userspace-rcu-" version ".tar.bz2")) | 131 | "userspace-rcu-" version ".tar.bz2")) |
| 132 | (sha256 | 132 | (sha256 |
| 133 | (base32 | 133 | (base32 |
| 134 | "1rxk5vbkbmqlsnjnvkjz0pkx2076mqnq6jzblpmz8rk29x66kx8s")))) | 134 | "0l1kxgzch4m8fxiz2hc8fwg56hrvzzspp7n0svnl7i7iycdrgfcj")))) |
| 135 | (build-system gnu-build-system) | 135 | (build-system gnu-build-system) |
| 136 | (native-inputs | 136 | (native-inputs |
| 137 | `(("perl" ,perl))) ; for tests | 137 | `(("perl" ,perl))) ; for tests |
