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.2.1.


From: Kei Kebreau
Subject: 01/01: gnu: audacity: Update to 2.2.1.
Date: Thu, 8 Feb 2018 19:28:03 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit 3a9e65538a71a10f61b2f44b0e6b29acfc0aa1f2
Author: Kei Kebreau <address@hidden>
Date:   Thu Feb 8 19:18:26 2018 -0500

    gnu: audacity: Update to 2.2.1.
    
    * gnu/packages/audio.scm (audacity): Update to 2.2.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 bb4d363..eb11d6c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -280,14 +280,14 @@ engineers, musicians, soundtrack editors and composers.")
 (define-public audacity
   (package
     (name "audacity")
-    (version "2.2.0")
+    (version "2.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/audacity/audacity/archive";
                            "/Audacity-" version ".tar.gz"))
        (sha256
-        (base32 "09xpr4bjnainz1xmc35v3qg3dadjr9wv8bmn1p4y91aqyihnhjry"))
+        (base32 "1n05r8b4rnf9fas0py0is8cm97s3h65dgvqkk040aym5d1x6wd7z"))
        (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]