gnu: prodigal: Fetch sources from git.

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

View File

@ -4679,14 +4679,14 @@ different command-line tools:
(name "prodigal") (name "prodigal")
(version "2.6.3") (version "2.6.3")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/hyattpd/Prodigal/archive/v" (url "https://github.com/hyattpd/Prodigal.git")
version ".tar.gz")) (commit (string-append "v" version))))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"17srxkqd3jc77xk15pfbgg1a9xahqg7337w95mrsia7mpza4l2c9")))) "1fs1hqk83qjbjhrvhw6ni75zakx5ki1ayy3v6wwkn3xvahc9hi5s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ;no check target `(#:tests? #f ;no check target