diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-02-17 20:57:13 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-02-18 14:47:18 -0500 |
commit | 1b78b94f06c56af83874455861205c11cd4fdcfd (patch) | |
tree | 2d7818bc88a96928de32fe91a121d35e7d2700c0 /gnu/packages | |
parent | 0ba69c1ee20a03528bc9c369bdec0d8bc666db68 (diff) |
gnu: audacity: Update to 3.2.4.
* gnu/packages/audio.scm (audacity): Update to 3.2.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 6504ec2345..707a7b4aa1 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -856,7 +856,7 @@ engineers, musicians, soundtrack editors and composers.") (define-public audacity (package (name "audacity") - (version "3.2.3") + (version "3.2.4") (source (origin (method git-fetch) @@ -865,7 +865,7 @@ engineers, musicians, soundtrack editors and composers.") (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 |