~ruther/guix-local

0c8b130c7255c1d5f6f6dfc464a8c606dea91936 — Andreas Enge 2 months ago b73a2dc
gnu: audacity: Update to 3.7.7.

This fixes the compatibility with ffmpeg@8.

* gnu/packages/audio.scm (audacity): Update to 3.7.7.

Fixes: guix/guix#4892
Change-Id: I147bda84239194d9a3ab09462a933331c5ec2cb7
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +2 -2
@@ 1224,7 1224,7 @@ engineers, musicians, soundtrack editors and composers.")
(define-public audacity
  (package
    (name "audacity")
    (version "3.7.4")
    (version "3.7.7")
    (source
     (origin
       (method git-fetch)


@@ 1233,7 1233,7 @@ engineers, musicians, soundtrack editors and composers.")
             (commit (string-append "Audacity-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "184hak52p00qid0i581gky7076fl5rjxwqly0fw7ix8yi6j8li4h"))
        (base32 "0h2xdhbx6bjhlk2mxqalpbpzjcdj0sb8wf1rp3vj0fbgvxy1y92k"))
       (patches (search-patches "audacity-ffmpeg-fallback.patch"))
       (modules '((guix build utils)))
       (snippet