guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rnnoise: Update to 0.91.


From: guix-commits
Subject: branch master updated: gnu: rnnoise: Update to 0.91.
Date: Sun, 13 Dec 2020 00:32:22 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8cdf2b3  gnu: rnnoise: Update to 0.91.
8cdf2b3 is described below

commit 8cdf2b3cb0a817181524b3f3643ef4e971010251
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Dec 13 06:21:20 2020 +0100

    gnu: rnnoise: Update to 0.91.
    
    * gnu/packages/pulseaudio.scm (rnnoise): Update to 0.91.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/pulseaudio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index d9e9488..cc0033f 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -522,7 +522,7 @@ module-gsettings is loaded in the sound server.")
 (define-public rnnoise
   (package
     (name "rnnoise")
-    (version "0.9")
+    (version "0.91")
     (source
      (origin
        (method git-fetch)
@@ -531,7 +531,7 @@ module-gsettings is loaded in the sound server.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18bq5b50xw3d4r1ildinafpg3isb9y216430h4mm9wr3ir7h76a7"))))
+        (base32 "11pwisbcks7g0mdgcrrv49v3ci1l6m26bbb7f67xz4pr1hai5dwc"))))
     (build-system cmake-build-system)
     (arguments
      ;; No tests.



reply via email to

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