gnu: audacity: Update to 3.2.2.

* gnu/packages/audio.scm (audacity): Update to 3.2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent 04665f2673
commit 1a3d8b9228
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -853,7 +853,7 @@ engineers, musicians, soundtrack editors and composers.")
(define-public audacity
(package
(name "audacity")
(version "3.2.1")
(version "3.2.2")
(source
(origin
(method git-fetch)
@ -862,8 +862,7 @@ engineers, musicians, soundtrack editors and composers.")
(commit (string-append "Audacity-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"00mal30jxbcacs1ka4yb5s8xq81zm7mv3y8l5hvg77abkyvfvdzf"))
(base32 "1akp9marc4y2g9mwwgfnl43q0gbb2dv7vhsnybh8wdn8ql30hfdw"))
(patches (search-patches "audacity-ffmpeg-fallback.patch"))
(modules '((guix build utils)))
(snippet