summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/datastructures.scm4
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