guix-commits
[Top][All Lists]
Advanced

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

67/75: gnu: webrtc-audio-processing: Update to 1.3.


From: guix-commits
Subject: 67/75: gnu: webrtc-audio-processing: Update to 1.3.
Date: Sun, 21 Jan 2024 13:21:51 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 42993ce9c45d2e8da7febc2cc02dc9773146cdfc
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 20 23:34:31 2024 -0500

    gnu: webrtc-audio-processing: Update to 1.3.
    
    * gnu/packages/audio.scm (webrtc-audio-processing): Update to 1.3.
    
    Change-Id: I00e216810cf4f93b05196b7912e80ebf5f063cb6
---
 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 965987e7a9..88e4dd2f3c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -265,7 +265,7 @@ softsynth library that can be used with other 
applications.")
 (define-public webrtc-audio-processing
   (package
     (name "webrtc-audio-processing")
-    (version "1.0")
+    (version "1.3")
     (source
      (origin
        (method url-fetch)
@@ -273,7 +273,7 @@ softsynth library that can be used with other 
applications.")
         (string-append "http://freedesktop.org/software/pulseaudio/";
                        name "/" name "-" version ".tar.gz"))
        (sha256
-        (base32 "0vwkw5xw8l37f5vbzbkipjsf03r7b8nnrfbfbhab8bkvf79306j4"))
+        (base32 "0xfvq5lxg612vfzk3zk6896zcb4cgrrb7fq76w9h40magz0jymcm"))
        (modules '((guix build utils)))
        (snippet
         #~(begin



reply via email to

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