gnu: mafft: Update to 7.313.
* gnu/packages/bioinformatics.scm (mafft): Update to 7.313. [source]: Use HTTPS URI.
This commit is contained in:
parent
d9a38cc255
commit
3146f22dec
|
@ -3504,16 +3504,16 @@ sequencing tag position and orientation.")
|
||||||
(define-public mafft
|
(define-public mafft
|
||||||
(package
|
(package
|
||||||
(name "mafft")
|
(name "mafft")
|
||||||
(version "7.310")
|
(version "7.313")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://mafft.cbrc.jp/alignment/software/mafft-" version
|
"https://mafft.cbrc.jp/alignment/software/mafft-" version
|
||||||
"-without-extensions-src.tgz"))
|
"-without-extensions-src.tgz"))
|
||||||
(file-name (string-append name "-" version ".tgz"))
|
(file-name (string-append name "-" version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gbsaz6z2qa307kd7wfb06c3y4ikmv1hsdvlns11f6zq4w1z9pwc"))))
|
"0r83qmg2if8mi6jyx3xdf8ar2gcxl7r9nmj98jr7lxym97v61a2k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no automated tests, though there are tests in the read me
|
`(#:tests? #f ; no automated tests, though there are tests in the read me
|
||||||
|
|
Loading…
Reference in New Issue