gnu: minced: Fetch sources from git.
* gnu/packages/bioinformatics.scm (minced)[source]: Fetch from git.
This commit is contained in:
parent
b58d9e4aa2
commit
9d94ca0ebf
|
@ -4112,14 +4112,14 @@ probabilistic distances of genome abundance and tetranucleotide frequency.")
|
||||||
(name "minced")
|
(name "minced")
|
||||||
(version "0.2.0")
|
(version "0.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/ctSkennerton/minced/archive/"
|
(url "https://github.com/ctSkennerton/minced.git")
|
||||||
version ".tar.gz"))
|
(commit version)))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wxmlsapxfpxfd3ps9636h7i2xy6la8i42mwh0j2lsky63h63jp1"))))
|
"04qp70vawbbp0q5q4hp6vjcgzfhhdrdcaxkn58av9hj79p9gfq2q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
|
Loading…
Reference in New Issue