gnu: setbfree: Don't use unstable tarball.

* gnu/packages/music.scm (setbfree)[source]: Use GIT-FETCH.
master
Tobias Geerinckx-Rice 2018-08-08 19:56:32 +02:00
parent d841c813ae
commit e06748407f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -1474,14 +1474,14 @@ reverb effects.")
(name "setbfree") (name "setbfree")
(version "0.8.5") (version "0.8.5")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (uri (git-reference
(string-append "https://github.com/pantherb/setBfree/archive/v" (url "https://github.com/pantherb/setBfree")
version ".tar.gz")) (commit (string-append "v" version))))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0qfccny0hh9lq54272mzmxvfz2jmzcgigjkjwn6v9h6n00gi5bw4")))) "0pafb5m7aifcvggqlwckib3ra738nvqwdfrh1ql5fqrz5487hql1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no "check" target `(#:tests? #f ; no "check" target