gnu: r-seqgl: Fetch sources from git.
* gnu/packages/bioinformatics.scm (r-seqgl)[source]: Fetch from git.master
parent
a2b9d6a8d0
commit
1a20bcadf3
|
@ -8877,13 +8877,14 @@ Sequences.")
|
||||||
(version "1.1.4")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/ManuSetty/SeqGL/"
|
(uri (git-reference
|
||||||
"archive/" version ".tar.gz"))
|
(url "https://github.com/ManuSetty/SeqGL.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pnk1p3sci5yipyc8xnb6jbmydpl80fld927xgnbcv104hy8h8yh"))))
|
"1r6ywvhxl3ffv48lgj7sbd582mcc6dha3ksgc2qjlvjrnkbj3799"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biostrings" ,r-biostrings)
|
`(("r-biostrings" ,r-biostrings)
|
||||||
|
|
Reference in New Issue