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