me
/
guix
Archived
1
0
Fork 0

gnu: audacity: Update to 2.4.1.

* gnu/packages/audio.scm (audacity): Update to 2.4.1.
Marius Bakke 2020-07-01 19:12:32 +02:00
parent 3162d11e70
commit 5e0461c646
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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