gnu: r-amaretto: Update to 1.13.0.
* gnu/packages/bioconductor.scm (r-amaretto): Update to 1.13.0.
This commit is contained in:
parent
c9c4d6b501
commit
ecb91b3404
1 changed files with 2 additions and 2 deletions
|
@ -2181,13 +2181,13 @@ in multi-layer WGCN using a continuous optimization approach.")
|
||||||
(define-public r-amaretto
|
(define-public r-amaretto
|
||||||
(package
|
(package
|
||||||
(name "r-amaretto")
|
(name "r-amaretto")
|
||||||
(version "1.12.0")
|
(version "1.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AMARETTO" version))
|
(uri (bioconductor-uri "AMARETTO" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"111dk19b9910icksyr592cvhc5gwvgknr5q4887j9yxbajd7hcmx"))))
|
"18w65sf3h4yzw9v5xgkalxnkmgzgsx100v7qc7z4ifx10lgpji5n"))))
|
||||||
(properties `((upstream-name . "AMARETTO")))
|
(properties `((upstream-name . "AMARETTO")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue