mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: r-biocversion: Update to 3.13.1.
* gnu/packages/bioconductor.scm (r-biocversion): Update to 3.13.1.
This commit is contained in:
parent
405b386656
commit
b05761a5a9
1 changed files with 2 additions and 2 deletions
|
@ -1321,14 +1321,14 @@ (define-public r-curatedtcgadata
|
|||
(define-public r-biocversion
|
||||
(package
|
||||
(name "r-biocversion")
|
||||
(version "3.12.0")
|
||||
(version "3.13.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocVersion" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cj9swyf4zbkdq45bhw0kymh2aghkwimxjlfj5r2j7kdiyh6n3rk"))))
|
||||
"0rsw8g4g1pcjw1zbx8x17yd3drhxqk4sx3cy3ddzy5731hl6mbfi"))))
|
||||
(properties `((upstream-name . "BiocVersion")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/BiocVersion/")
|
||||
|
|
Loading…
Reference in a new issue