gnu: bioperl-minimal: Update to 1.7.0.
* gnu/packages/bioinformatics.scm (bioperl-minimal): Update to 1.7.0.
This commit is contained in:
parent
39df253e2b
commit
c70271ec48
|
@ -602,15 +602,19 @@ e.g. microbiome samples, genomes, metagenomes.")
|
||||||
(map (compose package-transitive-target-inputs cadr) inputs))))))
|
(map (compose package-transitive-target-inputs cadr) inputs))))))
|
||||||
(package
|
(package
|
||||||
(name "bioperl-minimal")
|
(name "bioperl-minimal")
|
||||||
(version "1.6.924")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/C/CJ/CJFIELDS/BioPerl-"
|
(uri (string-append "https://github.com/bioperl/bioperl-live/"
|
||||||
version ".tar.gz"))
|
"archive/release-"
|
||||||
|
(string-map (lambda (c)
|
||||||
|
(if (char=? c #\.)
|
||||||
|
#\- c)) version)
|
||||||
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l3npcvvvwjlhkna9dndpfv1hklhrgva013kw96m0n1wpd37ask1"))))
|
"12phgpxwgkqflkwfb9dcqg7a31dpjlfhar8wcgv0aj5ln4akfz06"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue