mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-acme: Update to 2.52.0.
* gnu/packages/bioconductor.scm (r-acme): Update to 2.52.0.
This commit is contained in:
parent
0b03a2f324
commit
7fd611926e
1 changed files with 2 additions and 2 deletions
|
@ -12281,13 +12281,13 @@ (define-public r-acgh
|
|||
(define-public r-acme
|
||||
(package
|
||||
(name "r-acme")
|
||||
(version "2.50.0")
|
||||
(version "2.52.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ACME" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0h4bqbbqcwc938q7lysk5l35f64xz9d1bsniv2wshmlr4rr0zpcg"))))
|
||||
"0ilcsgpc4m47gifxc0yzx2xi3g4day515mncnnjvfdj3iq8xwk25"))))
|
||||
(properties `((upstream-name . "ACME")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase r-biocgenerics))
|
||||
|
|
Loading…
Reference in a new issue