mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-dmrseq: Update to 1.20.1.
* gnu/packages/bioconductor.scm (r-dmrseq): Update to 1.20.1.
This commit is contained in:
parent
7b93c6d88e
commit
99ddc62840
1 changed files with 2 additions and 2 deletions
|
@ -22160,14 +22160,14 @@ (define-public r-dada2
|
||||||
(define-public r-dmrseq
|
(define-public r-dmrseq
|
||||||
(package
|
(package
|
||||||
(name "r-dmrseq")
|
(name "r-dmrseq")
|
||||||
(version "1.20.0")
|
(version "1.20.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "dmrseq" version))
|
(uri (bioconductor-uri "dmrseq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xj23dqvmxi1sn4qn4zwvn9ggv128kr3gxmd7906463s9ap8qjja"))))
|
"1lxrirgy42xnpdj7b2nrabbki33an8ri6j1mgxp3jn4h0a88c280"))))
|
||||||
(properties `((upstream-name . "dmrseq")))
|
(properties `((upstream-name . "dmrseq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue