gnu: pianobar: Fetch sources from git.
* gnu/packages/music.scm (pianobar)[source]: Fetch from git.
This commit is contained in:
parent
487e3f5a80
commit
1410e178bb
|
@ -2443,13 +2443,14 @@ tune-in sender list from @url{http://opml.radiotime.com}.")
|
||||||
(name "pianobar")
|
(name "pianobar")
|
||||||
(version "2016.06.02")
|
(version "2016.06.02")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/PromyLOPh/"
|
(uri (git-reference
|
||||||
name "/archive/" version ".tar.gz"))
|
(url "https://github.com/PromyLOPh/pianobar.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hi5rr6jcr0kwf4xfz007ndwkjkp287lhwlsgfz6iryqa5n6jzcp"))))
|
"058fbdxp7n35hxwy3b8slfy4pb4n63cb173vfmywqa06wh1dv6f6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Loading…
Reference in New Issue