mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-alpine: Update to 1.25.0.
* gnu/packages/bioconductor.scm (r-alpine): Update to 1.25.0.
This commit is contained in:
parent
19636f0341
commit
dec3658f6b
1 changed files with 2 additions and 2 deletions
|
@ -3132,13 +3132,13 @@ (define-public r-alphabeta
|
||||||
(define-public r-alpine
|
(define-public r-alpine
|
||||||
(package
|
(package
|
||||||
(name "r-alpine")
|
(name "r-alpine")
|
||||||
(version "1.24.0")
|
(version "1.25.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "alpine" version))
|
(uri (bioconductor-uri "alpine" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rjnwljh4c2f7ml0m14pllns4pvyjwwf23qsn6zjygm5x04bapf0"))))
|
"01y467qcjl40fq0m9vq6fpyi5f243v4g67dnn5ddqwrzrkyb0j2r"))))
|
||||||
(properties `((upstream-name . "alpine")))
|
(properties `((upstream-name . "alpine")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue