mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-dmrseq: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-dmrseq): Update to 1.14.0.
This commit is contained in:
parent
86a3ae96d1
commit
2f03e3e1ef
1 changed files with 2 additions and 2 deletions
|
@ -14695,14 +14695,14 @@ visualizing bisulfite sequencing data.")
|
||||||
(define-public r-dmrseq
|
(define-public r-dmrseq
|
||||||
(package
|
(package
|
||||||
(name "r-dmrseq")
|
(name "r-dmrseq")
|
||||||
(version "1.12.0")
|
(version "1.14.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
|
||||||
"1jbbjifjsnk9261wqmdwkbzj1w52g6vaanpk4w816ri0fap587m4"))))
|
"1d6y6rbvcgprmzqkdzxg5csf0yv845d9vw10pcd1pzyndrama1vd"))))
|
||||||
(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