mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-amaretto: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-amaretto): Update to 1.14.0.
This commit is contained in:
parent
56de91b712
commit
2c3383e8d8
1 changed files with 2 additions and 2 deletions
|
@ -2732,13 +2732,13 @@ (define-public r-amplican
|
|||
(define-public r-amaretto
|
||||
(package
|
||||
(name "r-amaretto")
|
||||
(version "1.13.0")
|
||||
(version "1.14.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AMARETTO" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18w65sf3h4yzw9v5xgkalxnkmgzgsx100v7qc7z4ifx10lgpji5n"))))
|
||||
"06j75c4j71fkkw5s52nbzb3k084y2f4v4h3js9dgsxxrd6jkzfz9"))))
|
||||
(properties `((upstream-name . "AMARETTO")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue