gnu: schismtracker: Fetch sources from git.
* gnu/packages/music.scm (schismtracker)[source]: Fetch from git.master
parent
234a1825b2
commit
3b9e9415fa
|
@ -2773,14 +2773,14 @@ for improved Amiga ProTracker 2/3 compatibility.")
|
||||||
(name "schismtracker")
|
(name "schismtracker")
|
||||||
(version "20180513")
|
(version "20180513")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/" name "/" name "/archive/"
|
(url "https://github.com/schismtracker/schismtracker.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
|
||||||
"1yjfd02arb51n0vyv11qgpn6imh7hcqnc3953cbvgwb4cnrswk9f"))
|
"0fayix1zbl96zhkfszgj71qr25dnddgy9hr6149nslww4gl7jk36"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove use of __DATE__ and __TIME__ for reproducibility.
|
;; Remove use of __DATE__ and __TIME__ for reproducibility.
|
||||||
|
|
Reference in New Issue