mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
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 @@ (define-public r-deconrnaseq
|
|||
(define-public r-decontam
|
||||
(package
|
||||
(name "r-decontam")
|
||||
(version "1.16.0")
|
||||
(version "1.18.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "decontam" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g9hcfcfnpq6z21069yw0pyzncwznmvxb2xalg4y6y1604dy98q9"))))
|
||||
"0bk7ia2flnxwa99b8mf3xdvap3xqa4pvpsrgbnyapxbaqxr5zf82"))))
|
||||
(properties `((upstream-name . "decontam")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue