mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: r-alpine: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-alpine): Update to 1.26.0.
This commit is contained in:
parent
f4639380ae
commit
83bd8d51c3
1 changed files with 2 additions and 2 deletions
|
@ -3132,13 +3132,13 @@ (define-public r-alphabeta
|
|||
(define-public r-alpine
|
||||
(package
|
||||
(name "r-alpine")
|
||||
(version "1.25.0")
|
||||
(version "1.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "alpine" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01y467qcjl40fq0m9vq6fpyi5f243v4g67dnn5ddqwrzrkyb0j2r"))))
|
||||
"1md4m9ln1mpxf7d2h7jnsjyi4zrviiqn9fzk1gkz2n6qj7jwpqbb"))))
|
||||
(properties `((upstream-name . "alpine")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue