guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: babeltrace: Update to 2.0.5.


From: guix-commits
Subject: 07/07: gnu: babeltrace: Update to 2.0.5.
Date: Sun, 9 Jul 2023 14:15:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f0ca6346a46c605a590bfd77b84e143a8c759a3b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:02 2023 +0200

    gnu: babeltrace: Update to 2.0.5.
    
    * gnu/packages/instrumentation.scm (babeltrace): Update to 2.0.5.
---
 gnu/packages/instrumentation.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index 9d658aa4c9..37d833d146 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -70,16 +70,14 @@
 (define-public babeltrace
   (package
     (name "babeltrace")
-    (version "2.0.4")
+    (version "2.0.5")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://www.efficios.com/files/babeltrace/babeltrace2-";
                                   version ".tar.bz2"))
               (sha256
-               (base32 
"1jlv925pr7hykc48mdvbmqm4ipy1r11xwzapa6fdpdfshmk12kvp"))))
-
+               (base32 
"1d7jxljbfb4y8jmxm7744ndhh9k9rw8qhmnljb19wz7flzr9x3vv"))))
     (build-system gnu-build-system)
-
     (arguments
      `(#:tests? #f  ; FIXME - When Python's bindings are enabled, tests do not
                     ; pass.



reply via email to

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