diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:07:12 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:37 +0200 |
commit | b9f227c7b898fc0bb96ea454c0543742e984e9b0 (patch) | |
tree | 442ea7ed2911a357d54270521600a53b58c899e0 | |
parent | 000a4021b933ef8b5e19481204de9a7d4db0ec07 (diff) |
gnu: r-biocstyle: Update to 2.32.0.
* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.32.0.
Change-Id: I88c9702a7c4d1c38a1515055513a24c40531bfd8
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 0f1302236e..4389871051 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -21023,13 +21023,13 @@ different graph related packages produced by Bioconductor.") (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) |