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.1.
* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.32.1. Change-Id: Ic9b3a8596c64c44930fa591527a67c9d80a3b8e5
This commit is contained in:
parent
6ac5e831f0
commit
e531a64a61
1 changed files with 2 additions and 2 deletions
|
@ -21024,13 +21024,13 @@ (define-public r-biocgraph
|
|||
(define-public r-biocstyle
|
||||
(package
|
||||
(name "r-biocstyle")
|
||||
(version "2.32.0")
|
||||
(version "2.32.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocStyle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vm9wj4hzzjivdi6rnxyhxwqscdvbmc45w9zq17h3r53qnva530x"))))
|
||||
"1m0nn2m548726w576mx8mx29xj428q1rkpn7z7a7m8kzgcvvgkkr"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocStyle")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue