3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: sortmerna: Fetch sources from git.

* gnu/packages/bioinformatics.scm (sortmerna)[source]: Fetch from git.
This commit is contained in:
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

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