me
/
guix
Archived
1
0
Fork 0

gnu: liburcu: Update to 0.11.0.

* gnu/packages/datastructures.scm (liburcu): Update to 0.11.0.
master
Tobias Geerinckx-Rice 2019-05-08 16:30:12 +02:00
parent 1a6482d43c
commit 515a92cf20
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -124,14 +124,14 @@ in between these sequences may be different in both content and length.")
(define-public liburcu
(package
(name "liburcu")
(version "0.10.2")
(version "0.11.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.lttng.org/files/urcu/"
"userspace-rcu-" version ".tar.bz2"))
(sha256
(base32
"1k31faqz9plx5dwxq8g1fnczxda1is4s1x4ph0gjrq3gmy6qixmk"))))
"1rxk5vbkbmqlsnjnvkjz0pkx2076mqnq6jzblpmz8rk29x66kx8s"))))
(build-system gnu-build-system)
(native-inputs
`(("perl" ,perl))) ; for tests