gnu: ribodiff: Fetch sources from git.

* gnu/packages/bioinformatics.scm (ribodiff)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-07 19:48:21 +01:00
parent 239716fb0b
commit 7ca49ab57a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 5 deletions

View File

@ -520,13 +520,14 @@ provides the Ribotaper pipeline.")
(version "0.2.2") (version "0.2.2")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/ratschlab/RiboDiff/" (uri (git-reference
"archive/v" version ".tar.gz")) (url "https://github.com/ratschlab/RiboDiff.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0wpbwmfv05wdjxv7ikm664f7s7p7cqr8jnw99zrda0q67rl50aaj")))) "0x75nlp7qnmm64jasbi6l21f2cy99r2cjyl6b4hr8zf2bq22drnz"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:python ,python-2 `(#:python ,python-2