me
/
guix
Archived
1
0
Fork 0

gnu: r-biocstyle: Update to 2.30.0.

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

Change-Id: I4bcb716982fa5eaea2e9aa34624bf4145011d20b
master
Ricardo Wurmus 2023-11-03 17:19:03 +01:00
parent cb0e6b7711
commit f9dcaf2f11
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -19561,13 +19561,13 @@ different graph related packages produced by Bioconductor.")
(define-public r-biocstyle
(package
(name "r-biocstyle")
(version "2.28.1")
(version "2.30.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocStyle" version))
(sha256
(base32
"11v3gzy88fai0rhdymvj9k74g7hjc6n9fihfrrnw0qfr447z1d61"))))
"17pkdi3vn62pw1nzmgz0i45czynqjchq078ij8v1xvflg6lf7flw"))))
(properties
`((upstream-name . "BiocStyle")))
(build-system r-build-system)