mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-bioccheck: Update to 1.32.1.
* gnu/packages/bioconductor.scm (r-bioccheck): Update to 1.32.1.
This commit is contained in:
parent
e30b2aeaa2
commit
8441c1f9ea
1 changed files with 2 additions and 2 deletions
|
@ -13761,13 +13761,13 @@ (define-public r-bioccasestudies
|
|||
(define-public r-bioccheck
|
||||
(package
|
||||
(name "r-bioccheck")
|
||||
(version "1.32.0")
|
||||
(version "1.32.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocCheck" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k1gxzmxx26hmwdxgagv93mv4jwyygkk8703ds6nvryzhqffzkbc"))))
|
||||
"0bq4xrz1spp0bmbccxydkw6yw03by5dysz85mn152ab6xixm52lw"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocCheck")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue