guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: audacity: Update to 3.2.3


From: guix-commits
Subject: branch master updated: gnu: audacity: Update to 3.2.3
Date: Mon, 16 Jan 2023 11:53:24 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f52cc681b0 gnu: audacity: Update to 3.2.3
f52cc681b0 is described below

commit f52cc681b0791f43287525ea57d53c7889059ec6
Author: Andy Tai <atai@atai.org>
AuthorDate: Fri Jan 13 22:33:17 2023 -0800

    gnu: audacity: Update to 3.2.3
    
    gnu/packages/audio.scm (audacity): Update to 3.2.3
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 240af9762a..0ff7da0c49 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -854,7 +854,7 @@ engineers, musicians, soundtrack editors and composers.")
 (define-public audacity
   (package
     (name "audacity")
-    (version "3.2.2")
+    (version "3.2.3")
     (source
      (origin
        (method git-fetch)
@@ -863,7 +863,7 @@ engineers, musicians, soundtrack editors and composers.")
              (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]