guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: faudio: Update to 21.07.


From: guix-commits
Subject: 10/14: gnu: faudio: Update to 21.07.
Date: Sun, 4 Jul 2021 11:56:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2eef51e154ceb5124d4cff2166fe02f4739d9514
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 4 16:18:21 2021 +0200

    gnu: faudio: Update to 21.07.
    
    * gnu/packages/audio.scm (faudio): Update to 21.07.
---
 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 791e821..7d7fb2b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -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")))



reply via email to

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