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")
(version "0.8.5")
(source (origin
(method url-fetch)
(uri
(string-append "https://github.com/pantherb/setBfree/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/pantherb/setBfree")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0qfccny0hh9lq54272mzmxvfz2jmzcgigjkjwn6v9h6n00gi5bw4"))))
"0pafb5m7aifcvggqlwckib3ra738nvqwdfrh1ql5fqrz5487hql1"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no "check" target