guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: audacity: Update to 2.3.2.


From: guix-commits
Subject: 01/01: gnu: audacity: Update to 2.3.2.
Date: Tue, 2 Jul 2019 18:07:04 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a1ce06753a17984e270249f250ae91ce49243714
Author: Nicolas Goaziou <address@hidden>
Date:   Wed Jul 3 00:06:48 2019 +0200

    gnu: audacity: Update to 2.3.2.
    
    * gnu/packages/audio.scm (audacity): Update to 2.3.2.
---
 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 eff4ede..fac7c92 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -321,7 +321,7 @@ engineers, musicians, soundtrack editors and composers.")
 (define-public audacity
   (package
     (name "audacity")
-    (version "2.2.2")
+    (version "2.3.2")
     (source
      (origin
        (method git-fetch)
@@ -331,7 +331,7 @@ engineers, musicians, soundtrack editors and composers.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "10maxmjxbmjybj7n4m7a9bbm7g8xxw8f8vbsf7c9ih5j2gr15ihs"))
+         "08w96124vv8k4myd4vifq73ningq6404x889wvg2sk016kc4dfv1"))
        (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]