gnu: powertabeditor: Fetch sources from git.
* gnu/packages/music.scm (powertabeditor)[source]: Fetch from git.
This commit is contained in:
parent
b1b82aed5d
commit
1b12b572a5
|
@ -1141,14 +1141,14 @@ your own lessons.")
|
||||||
(name "powertabeditor")
|
(name "powertabeditor")
|
||||||
(version "2.0.0-alpha10")
|
(version "2.0.0-alpha10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/powertab/powertabeditor/archive/"
|
(url "https://github.com/powertab/powertabeditor.git")
|
||||||
version ".tar.gz"))
|
(commit version)))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fr14ql0yhlqvh6y08yaanszm2nvca5i50rqym396kfvga3ky18x"))
|
"1z4fhdp71ck9synr12rg1p6365xnypd8ih40c5icj4si36khvksk"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in New Issue