gnu: r-decontam: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-decontam): Update to 1.18.0.
This commit is contained in:
parent
36c940a4d7
commit
f7dd1e4552
1 changed files with 2 additions and 2 deletions
|
@ -3481,13 +3481,13 @@ single expression profiles.")
|
||||||
(define-public r-decontam
|
(define-public r-decontam
|
||||||
(package
|
(package
|
||||||
(name "r-decontam")
|
(name "r-decontam")
|
||||||
(version "1.16.0")
|
(version "1.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "decontam" version))
|
(uri (bioconductor-uri "decontam" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g9hcfcfnpq6z21069yw0pyzncwznmvxb2xalg4y6y1604dy98q9"))))
|
"0bk7ia2flnxwa99b8mf3xdvap3xqa4pvpsrgbnyapxbaqxr5zf82"))))
|
||||||
(properties `((upstream-name . "decontam")))
|
(properties `((upstream-name . "decontam")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue