guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 73a361bfb12cd88d565911475914a3db67942668
Author: Antoine Côté <[email protected]>
AuthorDate: Mon Jul 7 16:54:38 2025 -0400
gnu: audacity: Update to 3.7.4.
* gnu/packages/audio.scm (audacity): Update to 3.7.4.
Change-Id: Ic619fa1238b0d6902b5b9c506b2121cacfbb9725
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/audio.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index bbfeff0cec..2c4b25253b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -55,6 +55,7 @@
;;; Copyright © 2025 Andrew Wong <[email protected]>
;;; Copyright © 2025 Kjartan Oli Agustsson <[email protected]>
;;; Copyright © 2024 Janneke Nieuwenhuizen <[email protected]>
+;;; Copyright © 2025 Antoine Côté <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1169,7 +1170,7 @@ engineers, musicians, soundtrack editors and composers.")
(define-public audacity
(package
(name "audacity")
- (version "3.7.3")
+ (version "3.7.4")
(source
(origin
(method git-fetch)
@@ -1178,7 +1179,7 @@ engineers, musicians, soundtrack editors and composers.")
(commit (string-append "Audacity-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0mryrjw76jz16hmqd161frkld75yhy9cxlpykwk08p078mqxnylg"))
+ (base32 "184hak52p00qid0i581gky7076fl5rjxwqly0fw7ix8yi6j8li4h"))
(patches (search-patches "audacity-ffmpeg-fallback.patch"))
(modules '((guix build utils)))
(snippet