gnu: r-biocstyle: Update to 2.22.0.

* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.22.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:39 +00:00
parent 388fa5f020
commit d13db6d1c5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11752,13 +11752,13 @@ different graph related packages produced by Bioconductor.")
(define-public r-biocstyle (define-public r-biocstyle
(package (package
(name "r-biocstyle") (name "r-biocstyle")
(version "2.20.2") (version "2.22.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "BiocStyle" version)) (uri (bioconductor-uri "BiocStyle" version))
(sha256 (sha256
(base32 (base32
"0p2wdq5vrx63ndghl9ww428z2lwnv5y88xmcr51by2g6vcj3brcf")))) "0xx6xr01sb5wig94515zxgw24r9fv0g962ajy87741civhq32lbd"))))
(properties (properties
`((upstream-name . "BiocStyle"))) `((upstream-name . "BiocStyle")))
(build-system r-build-system) (build-system r-build-system)