mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: babeltrace: Update to 2.0.5.
* gnu/packages/instrumentation.scm (babeltrace): Update to 2.0.5.
This commit is contained in:
parent
bc93884523
commit
f0ca6346a4
1 changed files with 2 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue