me
/
guix
Archived
1
0
Fork 0

gnu: faudio: Update to 21.10.

* gnu/packages/audio.scm (faudio): Update to 21.10.
master
Tobias Geerinckx-Rice 2021-10-05 19:51:37 +02:00
parent 75f9bf6401
commit 61118aede9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4621,7 +4621,7 @@ library.")
(define-public faudio
(package
(name "faudio")
(version "21.09")
(version "21.10")
(source
(origin
(method git-fetch)
@ -4630,7 +4630,7 @@ library.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0411fj5b9gvjz1z1gpvy07hkm7rz2nmwggw2v3hbn7ran7w3w5zy"))))
(base32 "0l9bicg8v1shsyq9k48zh4wv5kwfs6lfjmm9blzd13xrgmhd07w2"))))
(arguments
'(#:tests? #f ; No tests.
#:configure-flags '("-DGSTREAMER=ON")))