guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: faudio: Update to 19.08.


From: guix-commits
Subject: 01/01: gnu: faudio: Update to 19.08.
Date: Tue, 6 Aug 2019 07:09:59 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 49fd98bf657dacc49af663750eaf9fd9721b93ea
Author: Rutger Helling <address@hidden>
Date:   Tue Aug 6 13:08:22 2019 +0200

    gnu: faudio: Update to 19.08.
    
    * gnu/packages/audio.scm (faudio): Update to 19.08.
---
 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 c6c42f6..fc0d6f8 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3700,7 +3700,7 @@ library.")
 (define-public faudio
   (package
     (name "faudio")
-    (version "19.07")
+    (version "19.08")
     (source
      (origin
        (method git-fetch)
@@ -3709,7 +3709,7 @@ library.")
              (commit version)))
        (file-name (string-append name "-" version "-checkout"))
        (sha256
-        (base32 "1wf6skc5agaikc9qgwk8bx56sad31fafs53lqqn4jmx8i76pl0lw"))))
+        (base32 "1v13kfhyr46241vb6a4dcb4gw5f149525sprwa9cj4rv6wlcqgm5"))))
     (arguments
      '(#:tests? #f                      ; No tests.
        #:configure-flags '("-DFFMPEG=ON")))



reply via email to

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