guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/15: gnu: liburcu: Update to 0.13.1.


From: guix-commits
Subject: 05/15: gnu: liburcu: Update to 0.13.1.
Date: Thu, 6 Jan 2022 20:47:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6d4573250d1a0678c66d46a55a45139a063800d7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jan 7 00:51:50 2022 +0100

    gnu: liburcu: Update to 0.13.1.
    
    * gnu/packages/datastructures.scm (liburcu): Update to 0.13.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 2b00137a3e..07cd2aa872 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -137,14 +137,14 @@ in between these sequences may be different in both 
content and length.")
 (define-public liburcu
   (package
     (name "liburcu")
-    (version "0.13.0")
+    (version "0.13.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.lttng.org/files/urcu/";
                                   "userspace-rcu-" version ".tar.bz2"))
               (sha256
                (base32
-                "085s437nig6bdiv9im4k4qwqbrbnc4qw9flqi16jlb493az0vcnb"))))
+                "10rh6v9j13622cjlzx31cfpghjy0kqkvn6pb42whwwcg5cyz64rj"))))
     (build-system gnu-build-system)
     (native-inputs
      (list perl))                 ; for tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]