gnu: faudio: Update to 19.11.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 12 Nov 2019 14:03:30 +0000 (15:03 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 12 Nov 2019 14:12:29 +0000 (15:12 +0100)
* gnu/packages/audio.scm (faudio): Update to 19.11.

gnu/packages/audio.scm

index b71e913..7cad591 100644 (file)
@@ -3680,7 +3680,7 @@ library.")
 (define-public faudio
   (package
     (name "faudio")
-    (version "19.09")
+    (version "19.11")
     (source
      (origin
        (method git-fetch)
@@ -3689,7 +3689,7 @@ library.")
              (commit version)))
        (file-name (string-append name "-" version "-checkout"))
        (sha256
-        (base32 "0fagik55jmy3qmb27nhg0zxash1ahfkxphx8m8gs0pimqqrdrd9d"))))
+        (base32 "0ckpr6ffz8ssfh1y850dhip5s5jv0j6n90qz5yx1v9d6gpwf08rp"))))
     (arguments
      '(#:tests? #f                      ; No tests.
        #:configure-flags '("-DFFMPEG=ON")))