mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-biocstyle: Update to 2.32.0.
* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.32.0. Change-Id: I88c9702a7c4d1c38a1515055513a24c40531bfd8
This commit is contained in:
parent
000a4021b9
commit
b9f227c7b8
1 changed files with 2 additions and 2 deletions
|
@ -21023,13 +21023,13 @@ (define-public r-biocgraph
|
|||
(define-public r-biocstyle
|
||||
(package
|
||||
(name "r-biocstyle")
|
||||
(version "2.30.0")
|
||||
(version "2.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocStyle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17pkdi3vn62pw1nzmgz0i45czynqjchq078ij8v1xvflg6lf7flw"))))
|
||||
"1vm9wj4hzzjivdi6rnxyhxwqscdvbmc45w9zq17h3r53qnva530x"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocStyle")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue