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:
Olivier Dion 2024-09-01 18:09:36 -04:00 committed by Ludovic Courtès
parent c32dcfd09c
commit 3ea8a0bfcd
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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