summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-18 00:25:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-18 16:37:20 +0200
commit47794ed2a7412ec0033c78f749ffc3dc9ea74acb (patch)
treee1fca87c25145c5e15d83733ab75b4639481ab49 /gnu
parentf196d4fe93409f641db9c2877b7a05c6562e889e (diff)
downloadguix-patches-47794ed2a7412ec0033c78f749ffc3dc9ea74acb.tar
guix-patches-47794ed2a7412ec0033c78f749ffc3dc9ea74acb.tar.gz
gnu: qtractor: Update to 0.9.22.
* gnu/packages/music.scm (qtractor): Update to 0.9.22.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/music.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 5a93f3cdbc..c7003e9ca6 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3093,14 +3093,14 @@ from the command line.")
(define-public qtractor
(package
(name "qtractor")
- (version "0.9.21")
+ (version "0.9.22")
(source (origin
(method url-fetch)
(uri (string-append "https://downloads.sourceforge.net/qtractor/"
"qtractor-" version ".tar.gz"))
(sha256
(base32
- "12hn17hqs3jndv6238wj8yhw07n99s0zachab4kfvhwa0qfflsbl"))))
+ "0n73xn3205afi9vsy6ianixq36ddp8qv6iaq03ldc6mkkfvn0nc5"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; no "check" target