[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: timidity++: Update to 2.15.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: timidity++: Update to 2.15.0. |
Date: |
Wed, 30 Dec 2020 03:31:45 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0c31e86 gnu: timidity++: Update to 2.15.0.
0c31e86 is described below
commit 0c31e86b8c0429c7e77cf05f46ba519ab4b86b40
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Tue Dec 29 11:40:34 2020 +0100
gnu: timidity++: Update to 2.15.0.
* gnu/packages/audio.scm (timidity++): Update to 2.15.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
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 4ac70d7..87c7e6f 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3047,7 +3047,7 @@ for loudness normalisation.")
(define-public timidity++
(package
(name "timidity++")
- (version "2.14.0")
+ (version "2.15.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/timidity/TiMidity++"
@@ -3055,7 +3055,7 @@ for loudness normalisation.")
"/TiMidity++-" version ".tar.bz2"))
(sha256
(base32
- "0xk41w4qbk23z1fvqdyfblbz10mmxsllw0svxzjw5sa9y11vczzr"))))
+ "1xf8n6dqzvi6nr2asags12ijbj1lwk1hgl3s27vm2szib8ww07qn"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: timidity++: Update to 2.15.0.,
guix-commits <=