mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rnnoise: Update to 0.91.
* gnu/packages/pulseaudio.scm (rnnoise): Update to 0.91. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
1adeb74456
commit
8cdf2b3cb0
1 changed files with 2 additions and 2 deletions
|
@ -522,7 +522,7 @@ (define-public paprefs
|
|||
(define-public rnnoise
|
||||
(package
|
||||
(name "rnnoise")
|
||||
(version "0.9")
|
||||
(version "0.91")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -531,7 +531,7 @@ (define-public rnnoise
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue