mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-alphabeta: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-alphabeta): Update to 1.12.0.
This commit is contained in:
parent
6c7f0849c1
commit
610616d448
1 changed files with 2 additions and 2 deletions
|
@ -2304,13 +2304,13 @@ paired or unpaired study designs.")
|
||||||
(define-public r-alphabeta
|
(define-public r-alphabeta
|
||||||
(package
|
(package
|
||||||
(name "r-alphabeta")
|
(name "r-alphabeta")
|
||||||
(version "1.10.0")
|
(version "1.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AlphaBeta" version))
|
(uri (bioconductor-uri "AlphaBeta" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ikdrigma02gnl6ggrc89bjsiqmd7knpb9kw7nqyrdnv3qjd9iag"))))
|
"000apg879li9wkbyrl8cm73z6h0xasqp41h9ir9hywy2v38rmc5b"))))
|
||||||
(properties `((upstream-name . "AlphaBeta")))
|
(properties `((upstream-name . "AlphaBeta")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue