mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-biocversion: Update to 3.17.1.
* gnu/packages/bioconductor.scm (r-biocversion): Update to 3.17.1.
This commit is contained in:
parent
ae85652e4b
commit
3b302bdf35
1 changed files with 2 additions and 2 deletions
|
@ -4070,14 +4070,14 @@ (define-public r-barcodetrackr
|
|||
(define-public r-biocversion
|
||||
(package
|
||||
(name "r-biocversion")
|
||||
(version "3.16.0")
|
||||
(version "3.17.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocVersion" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1djp23y131dyx4g22f9r7an177bq0mky94bvpqvc8b14166g0ynw"))))
|
||||
"0n29adnb62agp9li8rmn68z653d2m41iy9zjz75h43a05drlgp33"))))
|
||||
(properties `((upstream-name . "BiocVersion")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/BiocVersion/")
|
||||
|
|
Loading…
Reference in a new issue