mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocstyle: Update to 2.26.0.
* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.26.0.
This commit is contained in:
parent
dfad35abc6
commit
dcb59af845
1 changed files with 2 additions and 2 deletions
|
@ -14954,13 +14954,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.24.0")
|
(version "2.26.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
|
||||||
"1nwiib201b9q1x19ihqjqr5jl0vnid8wfgpi8sa3y02bn722g5a5"))))
|
"092hpmyhra755j32vc8w2l6xqwg09jm8apnk5rvxi1cm5034yvsl"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocStyle")))
|
`((upstream-name . "BiocStyle")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue