mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: liburcu: Update to 0.14.1.
* gnu/packages/datastructures.scm (liburcu): Update to 0.14.1. Change-Id: I310c7db2970e164a533c9f0aa773537f5bbdd8bf Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c32dcfd09c
commit
3ea8a0bfcd
1 changed files with 2 additions and 2 deletions
|
@ -214,14 +214,14 @@ (define-public libcuckoo
|
|||
(define-public liburcu
|
||||
(package
|
||||
(name "liburcu")
|
||||
(version "0.14.0")
|
||||
(version "0.14.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.lttng.org/files/urcu/"
|
||||
"userspace-rcu-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kwx4fi3gn4p4sdxqkz2zh4z0fv06q449bnz43zjqfad3lkbyhya"))))
|
||||
"1h5bg0k94by2v7cjq7fb3ridqixbd9pndw506vl27h3fvh9wn6i3"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list perl)) ; for tests
|
||||
|
|
Loading…
Reference in a new issue