gnu: r-phangorn: Update to 2.5.3.
* gnu/packages/bioinformatics.scm (r-phangorn): Update to 2.5.3.
This commit is contained in:
parent
adfbda0fb0
commit
9ebb7f8181
|
@ -10861,14 +10861,14 @@ memory usage and processing time is minimized.")
|
||||||
(define-public r-phangorn
|
(define-public r-phangorn
|
||||||
(package
|
(package
|
||||||
(name "r-phangorn")
|
(name "r-phangorn")
|
||||||
(version "2.4.0")
|
(version "2.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "phangorn" version))
|
(uri (cran-uri "phangorn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xc8k552nxczy19jr0xjjagrzc8x6lafasgk2c099ls8bc1yml1i"))))
|
"1bv86yfk5r015s7ij6v4zz7bagwrw9m13yfs5853drxb19d5h1m3"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ape" ,r-ape)
|
`(("r-ape" ,r-ape)
|
||||||
|
|
Loading…
Reference in New Issue