gnu: audacity: Update to 3.2.3
gnu/packages/audio.scm (audacity): Update to 3.2.3 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
		
							parent
							
								
									2f65b2c1d6
								
							
						
					
					
						commit
						f52cc681b0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -854,7 +854,7 @@ engineers, musicians, soundtrack editors and composers.") | ||||||
| (define-public audacity | (define-public audacity | ||||||
|   (package |   (package | ||||||
|     (name "audacity") |     (name "audacity") | ||||||
|     (version "3.2.2") |     (version "3.2.3") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method git-fetch) |        (method git-fetch) | ||||||
|  | @ -863,7 +863,7 @@ engineers, musicians, soundtrack editors and composers.") | ||||||
|              (commit (string-append "Audacity-" version)))) |              (commit (string-append "Audacity-" version)))) | ||||||
|        (file-name (git-file-name name version)) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "1akp9marc4y2g9mwwgfnl43q0gbb2dv7vhsnybh8wdn8ql30hfdw")) |         (base32 "0wg75fblxlnrn5kqvg0w1fi2pwdkn1nd6vgya3sad84l3ki7wpyh")) | ||||||
|        (patches (search-patches "audacity-ffmpeg-fallback.patch")) |        (patches (search-patches "audacity-ffmpeg-fallback.patch")) | ||||||
|        (modules '((guix build utils))) |        (modules '((guix build utils))) | ||||||
|        (snippet |        (snippet | ||||||
|  |  | ||||||
		Reference in a new issue