audacity: Update to 2.2.2.
* gnu/packages/audio.scm (audacity): Update to 2.2.2.master
parent
5c1052039e
commit
3ae45eb435
|
@ -284,14 +284,15 @@ engineers, musicians, soundtrack editors and composers.")
|
||||||
(define-public audacity
|
(define-public audacity
|
||||||
(package
|
(package
|
||||||
(name "audacity")
|
(name "audacity")
|
||||||
(version "2.2.1")
|
(version "2.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/audacity/audacity/archive"
|
(uri (string-append "https://github.com/audacity/audacity/archive"
|
||||||
"/Audacity-" version ".tar.gz"))
|
"/Audacity-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1n05r8b4rnf9fas0py0is8cm97s3h65dgvqkk040aym5d1x6wd7z"))
|
(base32
|
||||||
|
"18q7i77ynihx7xp45lz2lv0k0wrh6736pcrivlpwrxjgbvyqx7km"))
|
||||||
(patches (search-patches "audacity-build-with-system-portaudio.patch"))
|
(patches (search-patches "audacity-build-with-system-portaudio.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Reference in New Issue