gnu: r-drimseq: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-drimseq): Update to 1.32.0. Change-Id: Iff51e039659421421e54bf47765fb6e0d5ae8508master
parent
a841f1f692
commit
fa46220283
|
@ -5925,13 +5925,13 @@ possibly confounded by SNPs and cross-hybridisation. It includes
|
||||||
(define-public r-drimseq
|
(define-public r-drimseq
|
||||||
(package
|
(package
|
||||||
(name "r-drimseq")
|
(name "r-drimseq")
|
||||||
(version "1.30.0")
|
(version "1.32.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DRIMSeq" version))
|
(uri (bioconductor-uri "DRIMSeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1nf044cfqywfnglm081xbppamva87z2j2xz0f51z8mra11apj6i6"))))
|
(base32 "10skx3n3r9vp1p1499ddccgabi7q3cy1dpi5pbp4ap0gff5ika5x"))))
|
||||||
(properties `((upstream-name . "DRIMSeq")))
|
(properties `((upstream-name . "DRIMSeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue