mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-biocversion: Update to 3.18.0.
* gnu/packages/bioconductor.scm (r-biocversion): Update to 3.18.0. Change-Id: Ic343f3a797330ae85ce86166805189d5738107f2
This commit is contained in:
parent
268cf54fbf
commit
278a436a00
1 changed files with 2 additions and 2 deletions
|
@ -4365,14 +4365,14 @@ (define-public r-barcodetrackr
|
|||
(define-public r-biocversion
|
||||
(package
|
||||
(name "r-biocversion")
|
||||
(version "3.17.1")
|
||||
(version "3.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocVersion" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n29adnb62agp9li8rmn68z653d2m41iy9zjz75h43a05drlgp33"))))
|
||||
"07zcf19gcbki2d18xgyrdzp3vn90cz2ww45p8ra4lc1mif5gy0c3"))))
|
||||
(properties `((upstream-name . "BiocVersion")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/BiocVersion/")
|
||||
|
|
Loading…
Reference in a new issue