[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: liburcu: Update to 0.12.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: liburcu: Update to 0.12.1. |
Date: |
Thu, 23 Apr 2020 13:07:55 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0fb2bc8 gnu: liburcu: Update to 0.12.1.
0fb2bc8 is described below
commit 0fb2bc839292e59e573dc5541b10940dccc2c636
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu Apr 23 19:06:01 2020 +0200
gnu: liburcu: Update to 0.12.1.
* gnu/packages/datastructures.scm (liburcu): Update to 0.12.1.
---
gnu/packages/datastructures.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index 3c88143..0f106b7 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -129,14 +129,14 @@ in between these sequences may be different in both
content and length.")
(define-public liburcu
(package
(name "liburcu")
- (version "0.12.0")
+ (version "0.12.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.lttng.org/files/urcu/"
"userspace-rcu-" version ".tar.bz2"))
(sha256
(base32
- "15wzk3nyy6gh6i7xhksxzs8fjar1g4ddz51iahk1v7lq0vjip6s0"))))
+ "03nd1gy2c3fdb6xwdrd5lr1jcjxbzffqh3z91mzbjhjn6k8fmymv"))))
(build-system gnu-build-system)
(native-inputs
`(("perl" ,perl))) ; for tests
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: liburcu: Update to 0.12.1.,
guix-commits <=