[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
- branch master updated (aea64ac -> 415becc), guix-commits, 2020/07/02
- 02/07: gnu: Add debianutils., guix-commits, 2020/07/02
- 03/07: services: wpa-supplicant: Do not export the <wpa-supplicant-configuration> record., guix-commits, 2020/07/02
- 04/07: services: wpa-supplicant: Support specifying additional service dependencies., guix-commits, 2020/07/02
- 07/07: gnu: Add drbd-utils., guix-commits, 2020/07/02
- 01/07: gnu: Add UFO: Alien Invasion., guix-commits, 2020/07/02
- 05/07: gnu: Add parprouted., guix-commits, 2020/07/02
- 06/07: gnu: audacity: Update to 2.4.1.,
guix-commits <=