gnu: audacity: Update to 2.3.2.

* gnu/packages/audio.scm (audacity): Update to 2.3.2.
This commit is contained in:
Nicolas Goaziou 2019-07-03 00:06:48 +02:00
parent c7949d6c00
commit a1ce06753a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -321,7 +321,7 @@ (define-public ardour
(define-public audacity (define-public audacity
(package (package
(name "audacity") (name "audacity")
(version "2.2.2") (version "2.3.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -331,7 +331,7 @@ (define-public audacity
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"10maxmjxbmjybj7n4m7a9bbm7g8xxw8f8vbsf7c9ih5j2gr15ihs")) "08w96124vv8k4myd4vifq73ningq6404x889wvg2sk016kc4dfv1"))
(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