me
/
guix
Archived
1
0
Fork 0

gnu: r-biocstyle: Update to 2.26.0.

* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.26.0.
master
zimoun 2022-11-17 03:50:28 +01:00 committed by Ricardo Wurmus
parent dfad35abc6
commit dcb59af845
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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