me
/
guix
Archived
1
0
Fork 0

gnu: r-biocstyle: Update to 2.24.0.

* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.24.0.
master
Ricardo Wurmus 2022-05-28 12:45:17 +02:00
parent d377dd0e2b
commit 52a79b24b6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12985,13 +12985,13 @@ different graph related packages produced by Bioconductor.")
(define-public r-biocstyle
(package
(name "r-biocstyle")
(version "2.22.0")
(version "2.24.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocStyle" version))
(sha256
(base32
"0xx6xr01sb5wig94515zxgw24r9fv0g962ajy87741civhq32lbd"))))
"1nwiib201b9q1x19ihqjqr5jl0vnid8wfgpi8sa3y02bn722g5a5"))))
(properties
`((upstream-name . "BiocStyle")))
(build-system r-build-system)