gnu: r-deconrnaseq: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-deconrnaseq): Update to 1.42.0.
This commit is contained in:
parent
8ccd86a17b
commit
37a7539db3
1 changed files with 2 additions and 2 deletions
|
@ -4560,13 +4560,13 @@ of the signatures to the mutation load of the tumor.")
|
|||
(define-public r-deconrnaseq
|
||||
(package
|
||||
(name "r-deconrnaseq")
|
||||
(version "1.40.0")
|
||||
(version "1.42.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DeconRNASeq" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05rwqchfspy8i9fcj9526rl5vvk0rrgr95nvxzdj0sa2136my8y4"))))
|
||||
"0bmkyci31p7g097i8fvc0s1fz47hv6vp5rcfqqkvclm86wfkkmkc"))))
|
||||
(properties `((upstream-name . "DeconRNASeq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Reference in a new issue