[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: audacity: Update to 3.2.4.
From: |
guix-commits |
Subject: |
01/05: gnu: audacity: Update to 3.2.4. |
Date: |
Sat, 18 Feb 2023 14:56:07 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 1b78b94f06c56af83874455861205c11cd4fdcfd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Feb 17 20:57:13 2023 -0500
gnu: audacity: Update to 3.2.4.
* gnu/packages/audio.scm (audacity): Update to 3.2.4.
---
gnu/packages/audio.scm | 4 ++--
1 file 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