gnu: r-edaseq: Update to 2.14.1.
* gnu/packages/bioinformatics.scm (r-edaseq): Update to 2.14.1.
This commit is contained in:
parent
eb251fe524
commit
3c55304688
|
@ -9822,14 +9822,14 @@ distribution.")
|
||||||
(define-public r-edaseq
|
(define-public r-edaseq
|
||||||
(package
|
(package
|
||||||
(name "r-edaseq")
|
(name "r-edaseq")
|
||||||
(version "2.14.0")
|
(version "2.14.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "EDASeq" version))
|
(uri (bioconductor-uri "EDASeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1832pb3jkim4vrqzb8lajwx9r482bhww5n9nz3s6crvyamlp2dj0"))))
|
"0970w9d5ddqw1qxqqafdidkxh6hmcv9j5djwgnpz3fgl05kmysg8"))))
|
||||||
(properties `((upstream-name . "EDASeq")))
|
(properties `((upstream-name . "EDASeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue