all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 60804@debbugs.gnu.org
Subject: [bug#60804] [PATCH] gnu: audacity: Update to 3.2.3
Date: Fri, 13 Jan 2023 22:36:02 -0800	[thread overview]
Message-ID: <CAJsg1E-LNcB=FTHgGT=pYACY2z8onn0T5HJGgNSo+Ftv2iP2dg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-audacity-Update-to-3.2.3.patch --]
[-- Type: text/x-patch, Size: 1139 bytes --]

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(-)

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


             reply	other threads:[~2023-01-14  6:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-14  6:36 Andy Tai [this message]
2023-01-16 16:53 ` bug#60804: [PATCH] gnu: audacity: Update to 3.2.3 Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJsg1E-LNcB=FTHgGT=pYACY2z8onn0T5HJGgNSo+Ftv2iP2dg@mail.gmail.com' \
    --to=atai@atai.org \
    --cc=60804@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.