gnu: pyicoteo: Fetch sources from git.

* gnu/packages/bioinformatics.scm (pyicoteo)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-07 22:17:58 +01:00
parent b44b1f08f6
commit 5e242b02c3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 5 deletions

View File

@ -4670,13 +4670,14 @@ large-scale data and can be applied to hundreds of species at once.")
(version "2.0.7") (version "2.0.7")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://bitbucket.org/regulatorygenomicsupf/" (uri (git-reference
"pyicoteo/get/v" version ".tar.bz2")) (url "https://bitbucket.org/regulatorygenomicsupf/pyicoteo.git")
(file-name (string-append name "-" version ".tar.bz2")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0d6087f29xp8wxwlj111c3sylli98n0l8ry58c51ixzq0zfm50wa")))) "0hz5g8d25lbjy1wpscr490l0lmyvaix893hhax4fxnh1h9w34w8p"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:python ,python-2 ; does not work with Python 3 `(#:python ,python-2 ; does not work with Python 3