gnu: libebur128: Update to 1.2.6.

* gnu/packages/audio.scm (libebur128): Update to 1.2.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-07 22:59:24 +01:00
parent 30b67fdb6a
commit 55bdb2b33b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -3314,7 +3314,7 @@ Suil currently supports every combination of Gtk, Qt, and X11.")
(define-public libebur128 (define-public libebur128
(package (package
(name "libebur128") (name "libebur128")
(version "1.2.4") (version "1.2.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3323,7 +3323,7 @@ Suil currently supports every combination of Gtk, Qt, and X11.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0n81rnm8dm1zmibkr2v3q79rsd609y0dbbsrbay18njcjva88p0g")))) (base32 "0xkpz5rzz1j1srhprbh89669gw8z5f1njpvcnxqgf7qax69vd8sh"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(;; Tests require proprietary .wav files. See `(;; Tests require proprietary .wav files. See