gnu: r-dexseq: Update to 1.24.3.
* gnu/packages/bioinformatics.scm (r-dexseq): Update to 1.24.3.master
parent
360ea2bbd5
commit
b180893289
|
@ -6017,14 +6017,14 @@ distribution.")
|
||||||
(define-public r-dexseq
|
(define-public r-dexseq
|
||||||
(package
|
(package
|
||||||
(name "r-dexseq")
|
(name "r-dexseq")
|
||||||
(version "1.24.2")
|
(version "1.24.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DEXSeq" version))
|
(uri (bioconductor-uri "DEXSeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18nh8ynxirfwkmc4sawdxgl7w1sl9ny5zpv8zbhv9vi5vgb8pxmj"))))
|
"0xip73hlbr3zry9d7ly9vvvsbb3xjcmfa09lr9fdy528dwjrf084"))))
|
||||||
(properties `((upstream-name . "DEXSeq")))
|
(properties `((upstream-name . "DEXSeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue