me
/
guix
Archived
1
0
Fork 0

gnu: r-biocstyle: Update to 2.32.0.

* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.32.0.

Change-Id: I88c9702a7c4d1c38a1515055513a24c40531bfd8
master
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
1 changed files with 2 additions and 2 deletions

View File

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