gnu: liburcu: Update to 0.12.2.

* gnu/packages/datastructures.scm (liburcu): Update to 0.12.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-02-24 21:22:08 +01:00
parent 05dc279bbe
commit 467f7919e2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -140,14 +140,14 @@ (define-public ssdeep
(define-public liburcu (define-public liburcu
(package (package
(name "liburcu") (name "liburcu")
(version "0.12.1") (version "0.12.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.lttng.org/files/urcu/" (uri (string-append "https://www.lttng.org/files/urcu/"
"userspace-rcu-" version ".tar.bz2")) "userspace-rcu-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"03nd1gy2c3fdb6xwdrd5lr1jcjxbzffqh3z91mzbjhjn6k8fmymv")))) "0yx69kbx9zd6ayjzvwvglilhdnirq4f1x1sdv33jy8bc9wgc3vsf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("perl" ,perl))) ; for tests `(("perl" ,perl))) ; for tests