gnu: r-biocstyle: Update to 2.14.2.

* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.14.2.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:15:19 +01:00
parent 7758d5205c
commit ef96154433
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7268,13 +7268,13 @@ (define-public r-biocviews
(define-public r-biocstyle
(package
(name "r-biocstyle")
(version "2.12.0")
(version "2.14.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocStyle" version))
(sha256
(base32
"029x8r9rcx6zy0xixdpwxai4jv4ynb161821fzac6z4r8k418398"))))
"0nc1cbzp5zdwc0rss4r6v7cpgynmmnj3sczwmajr58nabkndwsvf"))))
(properties
`((upstream-name . "BiocStyle")))
(build-system r-build-system)