gnu: mash: Fetch sources from git.

* gnu/packages/bioinformatics.scm (mash)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-07 20:49:19 +01:00
parent b31e156161
commit 497fc04d8f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3979,14 +3979,14 @@ (define-public mash
(name "mash")
(version "2.0")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/marbl/mash/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/marbl/mash.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"00fx14vpmgsijwxd1xql3if934l82v8ckqgjjyyhnr36qb9qrskv"))
"13h6v4wzfflb5raxwlqmkl2km54m3izm30f1w9p9scjmfrnfn0wx"))
(modules '((guix build utils)))
(snippet
'(begin