mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-biocversion: Update to 3.18.1.
* gnu/packages/bioconductor.scm (r-biocversion): Update to 3.18.1. Change-Id: I844d321dc3716d2658ddd75a81d844f8b302af53
This commit is contained in:
parent
71c0e7eea6
commit
f5f19ac400
1 changed files with 2 additions and 2 deletions
|
@ -4516,14 +4516,14 @@ (define-public r-barcodetrackr
|
|||
(define-public r-biocversion
|
||||
(package
|
||||
(name "r-biocversion")
|
||||
(version "3.18.0")
|
||||
(version "3.18.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocVersion" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07zcf19gcbki2d18xgyrdzp3vn90cz2ww45p8ra4lc1mif5gy0c3"))))
|
||||
"15wr651ylbx3am213dsy5kdr1xc8r5c9rfq5ydxzqlmxzjgymj55"))))
|
||||
(properties `((upstream-name . "BiocVersion")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/BiocVersion/")
|
||||
|
|
Loading…
Reference in a new issue