diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-22 01:52:49 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-23 15:37:57 +0200 |
commit | d2bc9f0e7d94536662d1466529915c7db3648360 (patch) | |
tree | c51fc33cd960ecdbc9fafde8b3dbf233a9338d21 /gnu | |
parent | 99f80e5ccdc32eeb588eb8436738ba46973bbe84 (diff) | |
download | patches-d2bc9f0e7d94536662d1466529915c7db3648360.tar patches-d2bc9f0e7d94536662d1466529915c7db3648360.tar.gz |
gnu: qtractor: Update to 0.9.14.
* gnu/packages/music.scm (qtractor): Update to 0.9.14.
[source]: Fetch over HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 3d8a3d4321..1d02e3abcf 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2499,14 +2499,14 @@ from the command line.") (define-public qtractor (package (name "qtractor") - (version "0.9.12") + (version "0.9.14") (source (origin (method url-fetch) - (uri (string-append "http://downloads.sourceforge.net/qtractor/" + (uri (string-append "https://downloads.sourceforge.net/qtractor/" "qtractor-" version ".tar.gz")) (sha256 (base32 - "06493sf4hr178jkvric3rmc2phh1ph2jlyh8kl9z248amq3zfnhy")))) + "1gh268gdpj7nw19xfh7k2l3aban4yrs1lmx33qswrnngs2izj1fk")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; no "check" target |