mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-bioccheck: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-bioccheck): Update to 1.32.0. [propagated-inputs]: Remove r-optparse.
This commit is contained in:
parent
89c5079007
commit
98074b0553
1 changed files with 2 additions and 3 deletions
|
@ -12934,13 +12934,13 @@ (define-public r-bioccasestudies
|
||||||
(define-public r-bioccheck
|
(define-public r-bioccheck
|
||||||
(package
|
(package
|
||||||
(name "r-bioccheck")
|
(name "r-bioccheck")
|
||||||
(version "1.30.0")
|
(version "1.32.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
|
||||||
"0w9ddicyp9i8rxf92n9pghd9s6bb8jdjikaylrmkydhb7jbhan0y"))))
|
"1k1gxzmxx26hmwdxgagv93mv4jwyygkk8703ds6nvryzhqffzkbc"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocCheck")))
|
`((upstream-name . "BiocCheck")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -12949,7 +12949,6 @@ (define-public r-bioccheck
|
||||||
r-graph
|
r-graph
|
||||||
r-httr
|
r-httr
|
||||||
r-knitr
|
r-knitr
|
||||||
r-optparse
|
|
||||||
r-biocmanager
|
r-biocmanager
|
||||||
r-biocviews
|
r-biocviews
|
||||||
r-stringdist))
|
r-stringdist))
|
||||||
|
|
Loading…
Reference in a new issue