gnu: r-biocstyle: Update to 2.20.2.
* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.20.2.
This commit is contained in:
parent
23abd7b6b6
commit
1cbcf54204
1 changed files with 2 additions and 2 deletions
|
@ -11568,13 +11568,13 @@ different graph related packages produced by Bioconductor.")
|
|||
(define-public r-biocstyle
|
||||
(package
|
||||
(name "r-biocstyle")
|
||||
(version "2.20.1")
|
||||
(version "2.20.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocStyle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gkprmilj6lwnyghpyfzkwmfl3gva75lgpn4ck8jgikqac8jcq0x"))))
|
||||
"0p2wdq5vrx63ndghl9ww428z2lwnv5y88xmcr51by2g6vcj3brcf"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocStyle")))
|
||||
(build-system r-build-system)
|
||||
|
|
Reference in a new issue