gnu: audacity: Update to 3.2.4.

* gnu/packages/audio.scm (audacity): Update to 3.2.4.
This commit is contained in:
Maxim Cournoyer 2023-02-17 20:57:13 -05:00
parent 0ba69c1ee2
commit 1b78b94f06
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -856,7 +856,7 @@ (define-public ardour
(define-public audacity
(package
(name "audacity")
(version "3.2.3")
(version "3.2.4")
(source
(origin
(method git-fetch)
@ -865,7 +865,7 @@ (define-public audacity
(commit (string-append "Audacity-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0wg75fblxlnrn5kqvg0w1fi2pwdkn1nd6vgya3sad84l3ki7wpyh"))
(base32 "06kfxbfvvhbhwfzkvar6hir351606g29ij8b4hksxpzq338shgc3"))
(patches (search-patches "audacity-ffmpeg-fallback.patch"))
(modules '((guix build utils)))
(snippet