gnu: milkytracker: Fetch sources from git.

* gnu/packages/music.scm (milkytracker)[source]: Fetch from git.
master
Ricardo Wurmus 2018-11-11 11:44:24 +01:00
parent 08bc7f2665
commit caa39e56f7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 6 deletions

View File

@ -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