me
/
guix
Archived
1
0
Fork 0

gnu: sortmerna: Fetch sources from git.

* gnu/packages/bioinformatics.scm (sortmerna)[source]: Fetch from git.
master
Ricardo Wurmus 2018-11-07 23:02:55 +01:00
parent 273df99d7d
commit 6236524409
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 6 deletions

View File

@ -5948,14 +5948,14 @@ of these reads to align data quickly through a hash-based indexing scheme.")
(version "2.1b")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/biocore/sortmerna/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/biocore/sortmerna.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1ghaghvd82af9j5adavxh77g7hm247d1r69m3fbi6f1jdivj5ldk"))))
"0j3mbz4n25738yijmjbr5r4fyvkgm8v5vn3sshyfvmyqf5q9byqf"))))
(build-system gnu-build-system)
(outputs '("out" ;for binaries
"db")) ;for sequence databases