mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: r-biocstyle: Update to 2.8.2.
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.8.2.
This commit is contained in:
parent
e5f52b692a
commit
dc6c168ac1
1 changed files with 2 additions and 2 deletions
|
@ -6968,13 +6968,13 @@ (define-public r-bookdown
|
|||
(define-public r-biocstyle
|
||||
(package
|
||||
(name "r-biocstyle")
|
||||
(version "2.6.1")
|
||||
(version "2.8.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocStyle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03pp04pkcq99kdv2spzr995h2cxsza7l6w3d4gp4112m06prcybm"))))
|
||||
"17m901ylz00w1a3nq5f910v55zixm1nr6rb3qrsbhqd94qzr0l2p"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocStyle")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue