[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: qtractor: Update to 0.9.34.
From: |
guix-commits |
Subject: |
03/13: gnu: qtractor: Update to 0.9.34. |
Date: |
Fri, 21 Jul 2023 21:26:24 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d047e824dd3441338d95bf7386cfa72cbadee4f0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:05 2023 +0200
gnu: qtractor: Update to 0.9.34.
* gnu/packages/music.scm (qtractor): Update to 0.9.34.
---
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 7b7075035f..8656716fd3 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3482,14 +3482,14 @@ from the command line.")
(define-public qtractor
(package
(name "qtractor")
- (version "0.9.31")
+ (version "0.9.34")
(source (origin
(method url-fetch)
(uri (string-append "https://downloads.sourceforge.net/qtractor/"
"qtractor-" version ".tar.gz"))
(sha256
(base32
- "0kyb1ylnwlc4vzhar669n6n9w0pbs9ixqnfanlzfwdbw1sn3gzyy"))))
+ "0w6g51jhj9c72j6qjjkjhiq0vwklb6q4cr3xgj4mzp0iw279hbjz"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no "check" target
- branch master updated (eb12f3fd8b -> b56fe521de), guix-commits, 2023/07/21
- 04/13: gnu: gallery-dl: Update to 1.25.8., guix-commits, 2023/07/21
- 08/13: gnu: mygui: Update to 3.4.2., guix-commits, 2023/07/21
- 03/13: gnu: qtractor: Update to 0.9.34.,
guix-commits <=
- 09/13: gnu: cryfs: Update to 0.11.4., guix-commits, 2023/07/21
- 05/13: gnu: osinfo-db: Update to 20230719., guix-commits, 2023/07/21
- 12/13: gnu: openssh: Remove input labels., guix-commits, 2023/07/21
- 02/13: gnu: purescript: Use G-expressions., guix-commits, 2023/07/21
- 01/13: gnu: purescript: Update to 0.15.10., guix-commits, 2023/07/21
- 06/13: gnu: osinfo-db: Use G-expressions., guix-commits, 2023/07/21
- 13/13: gnu: openssh: Use G-expressions., guix-commits, 2023/07/21
- 07/13: gnu: labwc: Update to 0.6.4., guix-commits, 2023/07/21
- 10/13: gnu: gitolite: Update to 3.6.13., guix-commits, 2023/07/21
- 11/13: gnu: openssh: Update to 9.3p2., guix-commits, 2023/07/21