me
/
guix
Archived
1
0
Fork 0

gnu: r-biocstyle: Update to 2.28.0.

* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.28.0.
master
Ricardo Wurmus 2023-04-28 19:01:26 +02:00
parent d277f69643
commit 0c2009a1b0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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