me
/
guix
Archived
1
0
Fork 0

gnu: faudio: Update to 21.07.

* gnu/packages/audio.scm (faudio): Update to 21.07.
master
Tobias Geerinckx-Rice 2021-07-04 16:18:21 +02:00
parent a296b9e0fe
commit 2eef51e154
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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