gnu: milkytracker: Fetch sources from git.
* gnu/packages/music.scm (milkytracker)[source]: Fetch from git.master
parent
08bc7f2665
commit
caa39e56f7
|
@ -2731,14 +2731,14 @@ of tools for manipulating and accessing your music.")
|
||||||
(name "milkytracker")
|
(name "milkytracker")
|
||||||
(version "1.02.00")
|
(version "1.02.00")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/milkytracker/"
|
(uri (git-reference
|
||||||
"MilkyTracker/archive/v"
|
(url "https://github.com/milkytracker/MilkyTracker.git")
|
||||||
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
|
||||||
"08v0l4ipvvwkwv4ywkc6c8a6xnpkyb02anj36w8q6gikxrs6xjvb"))
|
"05a6d7l98k9i82dwrgi855dnccm3f2lkb144gi244vhk1156n0ca"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; Remove non-FSDG compliant sample songs.
|
;; Remove non-FSDG compliant sample songs.
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Reference in New Issue