[PATCH] gnu: audacity: Update to 3.2.3

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)
CAJsg1E-LNcB=FTHgGT=pYACY2z8onn0T5HJGgNSo+Ftv2iP2dg@mail.gmail.com

From a5917c88a97f77952f5468f1f1a86036d8820357 Mon Sep 17 00:00:00 2001
From: Andy Tai <atai@atai.org>
Date: Fri, 13 Jan 2023 22:33:17 -0800
Subject: [PATCH] gnu: audacity: Update to 3.2.3

gnu/packages/audio.scm (audacity): Update to 3.2.3
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index d72cf0ca87..158e295456 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -854,7 +854,7 @@ (define-public ardour
(define-public audacity
(package
(name "audacity")
- (version "3.2.2")
+ (version "3.2.3")
(source
(origin
(method git-fetch)
@@ -863,7 +863,7 @@ (define-public audacity
(commit (string-append "Audacity-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1akp9marc4y2g9mwwgfnl43q0gbb2dv7vhsnybh8wdn8ql30hfdw"))
+ (base32 "0wg75fblxlnrn5kqvg0w1fi2pwdkn1nd6vgya3sad84l3ki7wpyh"))
(patches (search-patches "audacity-ffmpeg-fallback.patch"))
(modules '((guix build utils)))
(snippet
--
2.38.1
Maxim Cournoyer wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 60804-done@debbugs.gnu.org)
87a62i7753.fsf@gmail.com
Applied, thanks!

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 60804
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