mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: r-deconrnaseq: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-deconrnaseq): Update to 1.44.0. Change-Id: Iacfa18c72f5194390069e3861b680fc4da10adee
This commit is contained in:
parent
2e0680f286
commit
4e8df83d62
1 changed files with 2 additions and 2 deletions
|
@ -4943,13 +4943,13 @@ (define-public r-decomptumor2sig
|
|||
(define-public r-deconrnaseq
|
||||
(package
|
||||
(name "r-deconrnaseq")
|
||||
(version "1.42.0")
|
||||
(version "1.44.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DeconRNASeq" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bmkyci31p7g097i8fvc0s1fz47hv6vp5rcfqqkvclm86wfkkmkc"))))
|
||||
"1k5xrx97w9g0jfvjzawyfsqyz2fj9r463nj849djxgmcw8vp53vg"))))
|
||||
(properties `((upstream-name . "DeconRNASeq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue