mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-bioccheck: Update to 1.36.1.
* gnu/packages/bioconductor.scm (r-bioccheck): Update to 1.36.1.
This commit is contained in:
parent
aada7f3a53
commit
3bfbd6ddd8
1 changed files with 2 additions and 2 deletions
|
@ -17672,13 +17672,13 @@ (define-public r-bioccasestudies
|
||||||
(define-public r-bioccheck
|
(define-public r-bioccheck
|
||||||
(package
|
(package
|
||||||
(name "r-bioccheck")
|
(name "r-bioccheck")
|
||||||
(version "1.36.0")
|
(version "1.36.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocCheck" version))
|
(uri (bioconductor-uri "BiocCheck" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15f4jx4rkhi6aakdmy23dh3nlb2psaxkvwvrbya9vlsf5lmhajf9"))))
|
"0a0fnmqln13iglnw8smbbr4k7hdvacipxa04zhqylygpsq1246bc"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocCheck")))
|
`((upstream-name . "BiocCheck")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue