gnu: sailfish: Fetch sources from git.

* gnu/packages/bioinformatics.scm (sailfish)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-08 08:42:15 +01:00
parent 4031e7f1ec
commit c098c49b3e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 6 deletions

View File

@ -11974,14 +11974,14 @@ bytes of memory space, where n is the length of the string.")
(name "sailfish") (name "sailfish")
(version "0.10.1") (version "0.10.1")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (uri (git-reference
(string-append "https://github.com/kingsfordgroup/" (url "https://github.com/kingsfordgroup/sailfish.git")
"sailfish/archive/v" 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
"1inn60dxiwsz8g9w7kvfhjxj4bwfb0r12dyhpzzhfbig712dkmm0")) "1amcc5hqvsl42hg4x19bi9vy47cl874s0lw1fmi0hwsdk9i8c03v"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin