[PATCH] gnu: rnnoise: Update to 0.91.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201213052120.12145-1-mike@rohleder.de
* gnu/packages/pulseaudio.scm (rnnoise): Update to 0.91.
---
gnu/packages/pulseaudio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index d9e9488484..cc0033f898 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.
--
2.29.2
Leo Famulari wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 45218-done@debbugs.gnu.org)
X9Wnbg2GfkRikVfE@jasmine.lan
On Sun, Dec 13, 2020 at 06:21:20AM +0100, Michael Rohleder wrote:
Toggle quote (2 lines)
> * gnu/packages/pulseaudio.scm (rnnoise): Update to 0.91.

Thanks! Pushed as 8cdf2b3cb0a817181524b3f3643ef4e971010251
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45218@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45218
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help