gnu: audacity: Update to 2.2.1.

* gnu/packages/audio.scm (audacity): Update to 2.2.1.
master
Kei Kebreau 2018-02-08 19:18:26 -05:00
parent 2c433a1612
commit 3a9e65538a
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -280,14 +280,14 @@ engineers, musicians, soundtrack editors and composers.")
(define-public audacity (define-public audacity
(package (package
(name "audacity") (name "audacity")
(version "2.2.0") (version "2.2.1")
(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 "09xpr4bjnainz1xmc35v3qg3dadjr9wv8bmn1p4y91aqyihnhjry")) (base32 "1n05r8b4rnf9fas0py0is8cm97s3h65dgvqkk040aym5d1x6wd7z"))
(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