mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: audacity: Update to 3.7.1.
* gnu/packages/audio.scm (audacity): Update to 3.7.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5cc893ffa9
commit
8a4d05501f
1 changed files with 2 additions and 2 deletions
|
|
@ -926,7 +926,7 @@ engineers, musicians, soundtrack editors and composers.")
|
|||
(define-public audacity
|
||||
(package
|
||||
(name "audacity")
|
||||
(version "3.6.0") ;for ffmpeg 6 support
|
||||
(version "3.7.1") ;for ffmpeg 6 support
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -935,7 +935,7 @@ engineers, musicians, soundtrack editors and composers.")
|
|||
(commit (string-append "Audacity-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mdszrdv54737krsdbip84qc0anz83nsbz1hcnymwa09rrcrrlv4"))
|
||||
(base32 "0f5lgj9phpgw07x0bd9wclsb4r0bn9358va70kkvq6rak6m9vb20"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue