gnu: audacity: Update to 3.3.3.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
kiasoc5 2023-06-15 23:35:38 -04:00 committed by Christopher Baines
parent 54026e2a4e
commit ef6888340a
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -860,7 +860,7 @@ (define-public ardour
(define-public audacity (define-public audacity
(package (package
(name "audacity") (name "audacity")
(version "3.3.0-beta-1") ;for ffmpeg 6 support (version "3.3.3") ;for ffmpeg 6 support
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -869,7 +869,7 @@ (define-public audacity
(commit (string-append "Audacity-" version)))) (commit (string-append "Audacity-" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1j1fy8h3vvf3pbyy2vxahf7admcqfmx7m1mxm7g48n54i2f0n1h9")) (base32 "07jbql4jl2198z0rsa1nsf4p045iv4gz6ym75a60yyznvg0h0zwv"))
(patches (search-patches "audacity-ffmpeg-fallback.patch")) (patches (search-patches "audacity-ffmpeg-fallback.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet