mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-biocstyle: Update to 2.12.0.
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.12.0.
This commit is contained in:
parent
440af6482a
commit
e01b72d225
1 changed files with 2 additions and 2 deletions
|
@ -7269,13 +7269,13 @@ (define-public r-biocviews
|
|||
(define-public r-biocstyle
|
||||
(package
|
||||
(name "r-biocstyle")
|
||||
(version "2.10.0")
|
||||
(version "2.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocStyle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01lm8xljilj666fcl3wnw82dxkcxnlr294lddr553rm8xr5nwg31"))))
|
||||
"029x8r9rcx6zy0xixdpwxai4jv4ynb161821fzac6z4r8k418398"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocStyle")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue