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") (name "mash")
(version "2.0") (version "2.0")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/marbl/mash/archive/v" (url "https://github.com/marbl/mash.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
"00fx14vpmgsijwxd1xql3if934l82v8ckqgjjyyhnr36qb9qrskv")) "13h6v4wzfflb5raxwlqmkl2km54m3izm30f1w9p9scjmfrnfn0wx"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin