[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: qtractor: Update to 0.9.11.
From: |
guix-commits |
Subject: |
01/07: gnu: qtractor: Update to 0.9.11. |
Date: |
Sat, 9 Nov 2019 18:32:45 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 708f27fa9cc9ef9c54fee484019d98e16152564a
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Nov 9 13:47:24 2019 +0100
gnu: qtractor: Update to 0.9.11.
* gnu/packages/music.scm (qtractor): Update to 0.9.11.
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2f60242..2f02368 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2345,14 +2345,14 @@ from the command line.")
(define-public qtractor
(package
(name "qtractor")
- (version "0.9.6")
+ (version "0.9.11")
(source (origin
(method url-fetch)
(uri (string-append "http://downloads.sourceforge.net/qtractor/"
"qtractor-" version ".tar.gz"))
(sha256
(base32
- "06sa4wl8zr0k8dnjiil0gjwnhrkq95h50xv56ih1y8jgyzxchaxp"))))
+ "1482da0lr77i57jby80cnn4bb9ws3v1i1j6m2hbwdnvqab9csvnx"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; no "check" target
- branch master updated (c2cda7d -> 4c003c5), guix-commits, 2019/11/09
- 05/07: gnu: gegl: Add source URIs., guix-commits, 2019/11/09
- 06/07: gnu: gegl: Update to 0.4.18., guix-commits, 2019/11/09
- 07/07: gnu: gimp: Update to 2.10.14., guix-commits, 2019/11/09
- 04/07: gnu: babl: Update to 0.1.72., guix-commits, 2019/11/09
- 03/07: gnu: fvwm: Update to 2.6.9., guix-commits, 2019/11/09
- 02/07: gnu: fvwm: Don't use NAME in source URI., guix-commits, 2019/11/09
- 01/07: gnu: qtractor: Update to 0.9.11.,
guix-commits <=