gnu: bioawk: Fetch sources from git.

* gnu/packages/bioinformatics.scm (bioawk)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-07 19:06:30 +01:00
parent 20ee3e8b76
commit 383cb7b8e6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 15 additions and 13 deletions

View File

@ -563,12 +563,14 @@ independently with transcriptional regulation.")
(name "bioawk")
(version "1.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/lh3/bioawk/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/lh3/bioawk.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1daizxsk17ahi9n58fj8vpgwyhzrzh54bzqhanjanp88kgrz7gjw"))))
(base32
"1pxc3zdnirxbf9a0az698hd8xdik7qkhypm7v6hn922x8y9qmspm"))))
(build-system gnu-build-system)
(inputs
`(("zlib" ,zlib)))