[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: qsynth: Update to 0.4.4.
From: |
Ricardo Wurmus |
Subject: |
03/06: gnu: qsynth: Update to 0.4.4. |
Date: |
Fri, 5 May 2017 03:50:14 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e13fff2cf40be07e5e946149b197c4ec86302f52
Author: Ricardo Wurmus <address@hidden>
Date: Fri May 5 09:23:27 2017 +0200
gnu: qsynth: Update to 0.4.4.
* gnu/packages/audio.scm (qsynth): Update to 0.4.4.
---
gnu/packages/audio.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 8e328d8..497f205 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2473,14 +2473,15 @@ interface.")
(define-public qsynth
(package
(name "qsynth")
- (version "0.4.3")
+ (version "0.4.4")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/qsynth/qsynth/" version
"/qsynth-" version ".tar.gz"))
(sha256
- (base32 "1j5hm99fjrnaw8wbmlh4qixkv3rw5dl429mp1ag7js2ydrx0j9yy"))))
+ (base32
+ "0qhfnikx3xcllkvs60kj6vcf2rwwzh31y41qkk6kwfhzgd219y8f"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no "check" phase
- branch master updated (ab7ec90 -> ad7f6e5), Ricardo Wurmus, 2017/05/05
- 01/06: gnu: qjackctl: Update to 0.4.5., Ricardo Wurmus, 2017/05/05
- 02/06: gnu: qjackctl: Build with JACK 1., Ricardo Wurmus, 2017/05/05
- 03/06: gnu: qsynth: Update to 0.4.4.,
Ricardo Wurmus <=
- 04/06: gnu: jalv-select: Update to 0.8., Ricardo Wurmus, 2017/05/05
- 06/06: gnu: jalv-select: Fix regular expression., Ricardo Wurmus, 2017/05/05
- 05/06: gnu: gxtuner: Update to 2.4., Ricardo Wurmus, 2017/05/05