Archived
1
0
Fork 0

gnu: faudio: Update to 19.06.07.

* gnu/packages/audio.scm (faudio): Update to 19.06.07.
This commit is contained in:
Rutger Helling 2019-06-11 08:21:05 +02:00
parent b6c31f0e50
commit 0debb9ac7e
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -3701,7 +3701,7 @@ library.")
(define-public faudio (define-public faudio
(package (package
(name "faudio") (name "faudio")
(version "19.06") (version "19.06.07")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3710,7 +3710,7 @@ library.")
(commit version))) (commit version)))
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 "1azjf972hik1cizsblbvfp38xz7dx368pbpw3pd6z1xk9mnrhi6s")))) (base32 "1w37qp279lgpyvslwz3wlb4fp0i68ncd411rqdlk5s71b1zz466n"))))
(arguments (arguments
'(#:tests? #f ; No tests. '(#:tests? #f ; No tests.
#:configure-flags '("-DFFMPEG=ON"))) #:configure-flags '("-DFFMPEG=ON")))