guix-commits
[Top][All Lists]
Advanced

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

30/36: gnu: audacity: Update to 3.3.3.


From: guix-commits
Subject: 30/36: gnu: audacity: Update to 3.3.3.
Date: Tue, 20 Jun 2023 17:19:27 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit ef6888340a152c6df0acc686787e8d26fbefcc03
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Thu Jun 15 23:35:38 2023 -0400

    gnu: audacity: Update to 3.3.3.
    
    * gnu/packages/audio.scm (audacity): Update to 3.3.3.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 df6b2d4957..88dbbbc7a2 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -860,7 +860,7 @@ engineers, musicians, soundtrack editors and composers.")
 (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 @@ engineers, musicians, soundtrack editors and composers.")
              (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



reply via email to

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