gnu: r-bioccheck: Update to 1.20.0.
* gnu/packages/bioinformatics.scm (r-bioccheck): Update to 1.20.0.
This commit is contained in:
parent
e01b72d225
commit
8bdf7d55be
|
@ -7295,13 +7295,13 @@ functionality.")
|
||||||
(define-public r-bioccheck
|
(define-public r-bioccheck
|
||||||
(package
|
(package
|
||||||
(name "r-bioccheck")
|
(name "r-bioccheck")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocCheck" version))
|
(uri (bioconductor-uri "BiocCheck" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zamvs5jar38293ff27imvwy0ra25y64ls9z8w3q1y4jcp8p8pg7"))))
|
"1gkw9s6dhdryga9ap5yhvcqg9jsy4cn417ayqk1qiv6fy91fd124"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocCheck")))
|
`((upstream-name . "BiocCheck")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue