all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60804] [PATCH] gnu: audacity: Update to 3.2.3
@ 2023-01-14  6:36 Andy Tai
  2023-01-16 16:53 ` bug#60804: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-01-14  6:36 UTC (permalink / raw)
  To: 60804

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60804: [PATCH] gnu: audacity: Update to 3.2.3
  2023-01-14  6:36 [bug#60804] [PATCH] gnu: audacity: Update to 3.2.3 Andy Tai
@ 2023-01-16 16:53 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-01-16 16:53 UTC (permalink / raw)
  To: Andy Tai; +Cc: 60804-done

Applied, thanks!

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-16 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-14  6:36 [bug#60804] [PATCH] gnu: audacity: Update to 3.2.3 Andy Tai
2023-01-16 16:53 ` bug#60804: " Maxim Cournoyer

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.