mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -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
|
||||
(package
|
||||
(name "r-bioccheck")
|
||||
(version "1.36.0")
|
||||
(version "1.36.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocCheck" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15f4jx4rkhi6aakdmy23dh3nlb2psaxkvwvrbya9vlsf5lmhajf9"))))
|
||||
"0a0fnmqln13iglnw8smbbr4k7hdvacipxa04zhqylygpsq1246bc"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocCheck")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue