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:
Ricardo Wurmus 2024-05-07 13:07:12 +02:00
parent 000a4021b9
commit b9f227c7b8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)