guix-commits
[Top][All Lists]
Advanced

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

01/01: audacity: Update to 2.2.2.


From: Leo Famulari
Subject: 01/01: audacity: Update to 2.2.2.
Date: Sun, 22 Apr 2018 13:43:50 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3ae45eb435121b89ba79c9aa0b9bdf21c0b18841
Author: Leo Famulari <address@hidden>
Date:   Sun Apr 22 13:30:16 2018 -0400

    audacity: Update to 2.2.2.
    
    * gnu/packages/audio.scm (audacity): Update to 2.2.2.
---
 gnu/packages/audio.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 4456540..d468899 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -284,14 +284,15 @@ engineers, musicians, soundtrack editors and composers.")
 (define-public audacity
   (package
     (name "audacity")
-    (version "2.2.1")
+    (version "2.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/audacity/audacity/archive";
                            "/Audacity-" version ".tar.gz"))
        (sha256
-        (base32 "1n05r8b4rnf9fas0py0is8cm97s3h65dgvqkk040aym5d1x6wd7z"))
+        (base32
+         "18q7i77ynihx7xp45lz2lv0k0wrh6736pcrivlpwrxjgbvyqx7km"))
        (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]