guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: audacity: Update to 2.4.1.


From: guix-commits
Subject: 06/07: gnu: audacity: Update to 2.4.1.
Date: Thu, 2 Jul 2020 17:22:28 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 5e0461c6469a0a0517d4f748226474988d45f610
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jul 1 19:12:32 2020 +0200

    gnu: audacity: Update to 2.4.1.
    
    * gnu/packages/audio.scm (audacity): Update to 2.4.1.
---
 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 74ef711..c964768 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -395,7 +395,7 @@ engineers, musicians, soundtrack editors and composers.")
 (define-public audacity
   (package
     (name "audacity")
-    (version "2.3.3")
+    (version "2.4.1")
     (source
      (origin
        (method git-fetch)
@@ -405,7 +405,7 @@ engineers, musicians, soundtrack editors and composers.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0707fsnrl4vjalsi21w4blwgz024qhd0w8rdd5j5vpxf5lyk2rbk"))
+         "1xk0piv72d2xd3p7igr916fhcbrm76fhjr418k1rlqdzzg1hfljn"))
        (patches (search-patches "audacity-build-with-system-portaudio.patch"))
        (modules '((guix build utils)))
        (snippet



reply via email to

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