mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: r-biocstyle: Update to 2.30.0.
* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.30.0. Change-Id: I4bcb716982fa5eaea2e9aa34624bf4145011d20b
This commit is contained in:
parent
cb0e6b7711
commit
f9dcaf2f11
1 changed files with 2 additions and 2 deletions
|
@ -19561,13 +19561,13 @@ (define-public r-biocgraph
|
|||
(define-public r-biocstyle
|
||||
(package
|
||||
(name "r-biocstyle")
|
||||
(version "2.28.1")
|
||||
(version "2.30.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocStyle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11v3gzy88fai0rhdymvj9k74g7hjc6n9fihfrrnw0qfr447z1d61"))))
|
||||
"17pkdi3vn62pw1nzmgz0i45czynqjchq078ij8v1xvflg6lf7flw"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocStyle")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue