gnu: rsound: Fetch sources from git.

* gnu/packages/audio.scm (rsound)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-10 23:12:38 +01:00
parent eca7729301
commit 458baefb40
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 5 deletions

View File

@ -2812,12 +2812,13 @@ synthesizer written in C++.")
(version "1.1") (version "1.1")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/Themaister/RSound/archive/v" (uri (git-reference
version ".tar.gz")) (url "https://github.com/Themaister/RSound.git")
(file-name (string-append name "-" version)) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "1wzs40c0k5zpkmm5ffl6c17xmr399sxli7ys0fbb9ib0fd334knx")))) (base32 "0gspmr3klwnq98h17p5hc6ifygya4p80g4g8r7a1qavm3mv19waf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)