Archived
1
0
Fork 0

gnu: faudio: Update to 21.06.

* gnu/packages/audio.scm (faudio): Update to 21.06.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-05 18:08:39 +02:00
parent f1a4b85af1
commit ddc9da2ba9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4472,7 +4472,7 @@ library.")
(define-public faudio
(package
(name "faudio")
(version "21.05")
(version "21.06")
(source
(origin
(method git-fetch)
@ -4481,7 +4481,7 @@ library.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0lzvfx5gg5m6jbdzqwkjl4wq4fdg5n98fxn5x8n65vgvrj95sx6z"))))
(base32 "1nnx4l1r5hwdaw824d4fmd558qsqa22qzpvnkhs8nkjr40cnidkr"))))
(arguments
'(#:tests? #f ; No tests.
#:configure-flags '("-DGSTREAMER=ON")))