diff options
author | Antoine Côté <antoine.cote@posteo.net> | 2025-07-07 16:54:38 -0400 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-26 21:35:19 +0200 |
commit | 73a361bfb12cd88d565911475914a3db67942668 (patch) | |
tree | 5b0ddde45c95b9ba5229fdda92fc0e5189eed421 | |
parent | 2d0770207e329441ff5868d02f6f1560c59a30e5 (diff) |
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 <andreas@enge.fr>
-rw-r--r-- | gnu/packages/audio.scm | 5 |
1 files 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 <wongandj@icloud.com> ;;; Copyright © 2025 Kjartan Oli Agustsson <kjartanoli@outlook.com> ;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org> +;;; Copyright © 2025 Antoine Côté <antoine.cote@posteo.net> ;;; ;;; 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 |