gnu: babeltrace: Update to 2.0.5.

* gnu/packages/instrumentation.scm (babeltrace): Update to 2.0.5.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-02 02:00:02 +02:00
parent bc93884523
commit f0ca6346a4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -70,16 +70,14 @@ (define-module (gnu packages instrumentation)
(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.