guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/10: gnu: faudio: Update to 21.10.


From: guix-commits
Subject: 05/10: gnu: faudio: Update to 21.10.
Date: Tue, 5 Oct 2021 15:38:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 61118aede9dc7edf669fa7b8e10c7ea7ca401c58
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 5 19:51:37 2021 +0200

    gnu: faudio: Update to 21.10.
    
    * gnu/packages/audio.scm (faudio): Update to 21.10.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 690c310..d6b114b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]