gnu: r-biocstyle: Update to 2.12.0.

* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.12.0.
This commit is contained in:
Ricardo Wurmus 2019-05-05 23:29:44 +02:00
parent 440af6482a
commit e01b72d225
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7269,13 +7269,13 @@ also known as views, in a controlled vocabulary.")
(define-public r-biocstyle (define-public r-biocstyle
(package (package
(name "r-biocstyle") (name "r-biocstyle")
(version "2.10.0") (version "2.12.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
"01lm8xljilj666fcl3wnw82dxkcxnlr294lddr553rm8xr5nwg31")))) "029x8r9rcx6zy0xixdpwxai4jv4ynb161821fzac6z4r8k418398"))))
(properties (properties
`((upstream-name . "BiocStyle"))) `((upstream-name . "BiocStyle")))
(build-system r-build-system) (build-system r-build-system)