gnu: r-biocstyle: Update to 2.24.0.

* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.24.0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:45:17 +02:00
parent d377dd0e2b
commit 52a79b24b6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12985,13 +12985,13 @@ (define-public r-biocgraph
(define-public r-biocstyle
(package
(name "r-biocstyle")
(version "2.22.0")
(version "2.24.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocStyle" version))
(sha256
(base32
"0xx6xr01sb5wig94515zxgw24r9fv0g962ajy87741civhq32lbd"))))
"1nwiib201b9q1x19ihqjqr5jl0vnid8wfgpi8sa3y02bn722g5a5"))))
(properties
`((upstream-name . "BiocStyle")))
(build-system r-build-system)