[PATCH] gnu: audacity: Update to 3.3.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Christopher Baines
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
6f7ca1494da6c6df115086156282b1a32dedfc4f.1686886538.git.kiasoc5@disroot.org
* gnu/packages/audio.scm (audacity): Update to 3.3.3.
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 58a981b2fe..232876af6f 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -860,7 +860,7 @@ (define-public ardour
(define-public audacity
(package
(name "audacity")
- (version "3.3.0-beta-1") ;for ffmpeg 6 support
+ (version "3.3.3") ;for ffmpeg 6 support
(source
(origin
(method git-fetch)
@@ -869,7 +869,7 @@ (define-public audacity
(commit (string-append "Audacity-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1j1fy8h3vvf3pbyy2vxahf7admcqfmx7m1mxm7g48n54i2f0n1h9"))
+ (base32 "07jbql4jl2198z0rsa1nsf4p045iv4gz6ym75a60yyznvg0h0zwv"))
(patches (search-patches "audacity-ffmpeg-fallback.patch"))
(modules '((guix build utils)))
(snippet

base-commit: 31336e9f5d68512a9c1c6826bce9f17c892a2125
--
2.41.0
Christopher Baines wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 64092-done@debbugs.gnu.org)
877crxom8v.fsf@cbaines.net
kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (5 lines)
> * gnu/packages/audio.scm (audacity): Update to 3.3.3.
> ---
> gnu/packages/audio.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed it to master as
ef6888340a152c6df0acc686787e8d26fbefcc03.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSSGmBfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XeLoA/+JGe9/i4bG/d/zduTiVEx2/eQzSZpI2nX
jrF6rgevqyiZcP0gnVYhXSoBTMQzqLthYcxQoDGp6AmLvzWaFwX/FGzXXCGZC4Db
WijuFpB09IWcyQdztmsvtMHNKLLqdWg+o0H6J31zMEQGll1aTbK5qdiuEU6LEPCx
7GRIGBdCBLOux/iFboTXn0sMAPRCdBTZWnl904EOkke6W1wNy6BZkp1xZurw75Nl
rOJjVcAqTmZNGcPWdDjYBthGRf+bAz1mJVyMyOJ08wZDxFVZ9vd15ojpn7dbgq3X
rSfqd57ZpFc2OSRKFNgXOOC1dpJz83Nz1mpowBlDEx8jEc/1hpE6A4U1SLMb5Thg
2hGWncp8438OPQEQvY5Cp8ATwFTauG+e/NYbsHNqV6AgQ5zMM7mb8o5cYZeC1Op5
MdsvundnTbhdb5/SqxQffLskov4rsAFUQJ21P1WSdi1y0QfaV25U7eidQCJIlQlA
Cz+69P9giVLow/Ce+oRWxDCVDNbBzmtOQ4Zb3ScmvWMqWeA+5n4LbnxzGgjimFrj
yLd3jQ5n6/aqdfmw+8+Ca3BZVgAklO+eqvERNMgHmtF/auLPPugkGTg3nTewmczr
KJW6wnscz7ayu7PASt3Qyg7m0dKjwgxh3rqU/CO/1kCoctEQU9sztKC3bEkFGuoF
xU0Cwo/TdKQ=
=DW41
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64092@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64092
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help