mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-dmrseq: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-dmrseq): Update to 1.20.0.
This commit is contained in:
parent
3862877bb2
commit
15f364a933
1 changed files with 2 additions and 2 deletions
|
@ -20528,14 +20528,14 @@ fragments by exact matching.")
|
||||||
(define-public r-dmrseq
|
(define-public r-dmrseq
|
||||||
(package
|
(package
|
||||||
(name "r-dmrseq")
|
(name "r-dmrseq")
|
||||||
(version "1.18.1")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "dmrseq" version))
|
(uri (bioconductor-uri "dmrseq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0djd2r0xzjcyw496wdw2gwzk4wjf3jp639b198x4pc0g0mmgw245"))))
|
"1xj23dqvmxi1sn4qn4zwvn9ggv128kr3gxmd7906463s9ap8qjja"))))
|
||||||
(properties `((upstream-name . "dmrseq")))
|
(properties `((upstream-name . "dmrseq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue