mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libebur128: Update to 1.2.6.
* gnu/packages/audio.scm (libebur128): Update to 1.2.6.
This commit is contained in:
parent
30b67fdb6a
commit
55bdb2b33b
1 changed files with 2 additions and 2 deletions
|
@ -3314,7 +3314,7 @@ (define-public suil
|
|||
(define-public libebur128
|
||||
(package
|
||||
(name "libebur128")
|
||||
(version "1.2.4")
|
||||
(version "1.2.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3323,7 +3323,7 @@ (define-public libebur128
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0n81rnm8dm1zmibkr2v3q79rsd609y0dbbsrbay18njcjva88p0g"))))
|
||||
(base32 "0xkpz5rzz1j1srhprbh89669gw8z5f1njpvcnxqgf7qax69vd8sh"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(;; Tests require proprietary .wav files. See
|
||||
|
|
Loading…
Reference in a new issue