gnu: r-ruvseq: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-ruvseq): Update to 1.18.0.
This commit is contained in:
parent
774e499cec
commit
d8771f5fd6
1 changed files with 2 additions and 2 deletions
|
@ -1690,14 +1690,14 @@ demultiplexed, i.e. assigned to their original reference barcode.")
|
||||||
(define-public r-ruvseq
|
(define-public r-ruvseq
|
||||||
(package
|
(package
|
||||||
(name "r-ruvseq")
|
(name "r-ruvseq")
|
||||||
(version "1.16.1")
|
(version "1.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "RUVSeq" version))
|
(uri (bioconductor-uri "RUVSeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qk7q3ab7k133divfkp54zsmvsmb9p8r09pkh2caswrzrn8achzv"))))
|
"0ln4qc9d5r15zlhazx6annx97c0wrx3jqpcvk7yj1jnwh349lw33"))))
|
||||||
(properties `((upstream-name . "RUVSeq")))
|
(properties `((upstream-name . "RUVSeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue