gnu: r-biocstyle: Update to 2.14.2.
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.14.2.
This commit is contained in:
parent
7758d5205c
commit
ef96154433
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue