diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 19:01:26 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:28:05 +0200 |
commit | 0c2009a1b0461b8e81592dc44df36fbdf3624cae (patch) | |
tree | 93f17edd0aaae3e074891cac68f5e799de93b5fa | |
parent | d277f69643f04145a58511d861a8bb27b06afda8 (diff) | |
download | guix-0c2009a1b0461b8e81592dc44df36fbdf3624cae.tar guix-0c2009a1b0461b8e81592dc44df36fbdf3624cae.tar.gz |
gnu: r-biocstyle: Update to 2.28.0.
* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.28.0.
-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 f6b9800826..965e6b0f66 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -17370,13 +17370,13 @@ different graph related packages produced by Bioconductor.") (define-public r-biocstyle (package (name "r-biocstyle") - (version "2.26.0") + (version "2.28.0") (source (origin (method url-fetch) (uri (bioconductor-uri "BiocStyle" version)) (sha256 (base32 - "092hpmyhra755j32vc8w2l6xqwg09jm8apnk5rvxi1cm5034yvsl")))) + "04npnfmz1p1vpwrdsim309k7518i4p1li04xnmw8c9zgdb6yl61a")))) (properties `((upstream-name . "BiocStyle"))) (build-system r-build-system) |