gnu: r-seqgl: Fetch sources from git.

* gnu/packages/bioinformatics.scm (r-seqgl)[source]: Fetch from git.
master
Ricardo Wurmus 2018-11-07 21:25:12 +01:00
parent a2b9d6a8d0
commit 1a20bcadf3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 5 deletions

View File

@ -8877,13 +8877,14 @@ Sequences.")
(version "1.1.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/ManuSetty/SeqGL/"
"archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/ManuSetty/SeqGL.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0pnk1p3sci5yipyc8xnb6jbmydpl80fld927xgnbcv104hy8h8yh"))))
"1r6ywvhxl3ffv48lgj7sbd582mcc6dha3ksgc2qjlvjrnkbj3799"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biostrings" ,r-biostrings)