gnu: python-dendropy: Fetch from git.
* gnu/packages/bioinformatics.scm (python-dendropy)[source]: Fetch from git.
This commit is contained in:
parent
6b31040ae6
commit
42643fc24d
|
@ -2053,15 +2053,15 @@ accessing bigWig files.")
|
||||||
(version "4.4.0")
|
(version "4.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
;; Source from GitHub so that tests are included.
|
;; Source from GitHub so that tests are included.
|
||||||
(uri
|
(uri (git-reference
|
||||||
(string-append "https://github.com/jeetsukumaran/DendroPy/archive/v"
|
(url "https://github.com/jeetsukumaran/DendroPy.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
|
||||||
"0v2fccny5xjaah546bsch1mw4kh61qq5frz2ibllxs9mp6ih9bsn"))))
|
"097hfyv2kaf4x92i4rjx0paw2cncxap48qivv8zxng4z7nhid0x9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "http://packages.python.org/DendroPy/")
|
(home-page "http://packages.python.org/DendroPy/")
|
||||||
(synopsis "Library for phylogenetics and phylogenetic computing")
|
(synopsis "Library for phylogenetics and phylogenetic computing")
|
||||||
|
|
Loading…
Reference in New Issue