From 5e0461c6469a0a0517d4f748226474988d45f610 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 1 Jul 2020 19:12:32 +0200 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 74ef7111c3..c96476857f 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 -- cgit v1.2.3