gnu: r-biocstyle: Update to 2.18.0.

* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.18.0.
This commit is contained in:
zimoun 2020-10-30 15:58:13 +01:00 committed by Ricardo Wurmus
parent 182a080127
commit 1160c83caf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -7757,13 +7757,13 @@ also known as views, in a controlled vocabulary.")
(define-public r-biocstyle
(package
(name "r-biocstyle")
(version "2.16.1")
(version "2.18.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocStyle" version))
(sha256
(base32
"09sz2bnbfbj8wz16k0q8xrvag9fldxqyp5vbg9pvd9skh28hv7c7"))))
"1hfdvld0n9py45mxm05kbb0sq0s9p8yky3s6jb02gzhlxkk3q4fs"))))
(properties
`((upstream-name . "BiocStyle")))
(build-system r-build-system)