me
/
guix
Archived
1
0
Fork 0

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") (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)