mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: faudio: Update to 19.11.
* gnu/packages/audio.scm (faudio): Update to 19.11.
This commit is contained in:
parent
2053555abb
commit
c44db46f12
1 changed files with 2 additions and 2 deletions
|
@ -3680,7 +3680,7 @@ (define-public libopenshot-audio
|
|||
(define-public faudio
|
||||
(package
|
||||
(name "faudio")
|
||||
(version "19.09")
|
||||
(version "19.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3689,7 +3689,7 @@ (define-public faudio
|
|||
(commit version)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32 "0fagik55jmy3qmb27nhg0zxash1ahfkxphx8m8gs0pimqqrdrd9d"))))
|
||||
(base32 "0ckpr6ffz8ssfh1y850dhip5s5jv0j6n90qz5yx1v9d6gpwf08rp"))))
|
||||
(arguments
|
||||
'(#:tests? #f ; No tests.
|
||||
#:configure-flags '("-DFFMPEG=ON")))
|
||||
|
|
Loading…
Reference in a new issue