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
|
||||
(package
|
||||
(name "r-bioccheck")
|
||||
(version "1.30.0")
|
||||
(version "1.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocCheck" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0w9ddicyp9i8rxf92n9pghd9s6bb8jdjikaylrmkydhb7jbhan0y"))))
|
||||
"1k1gxzmxx26hmwdxgagv93mv4jwyygkk8703ds6nvryzhqffzkbc"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocCheck")))
|
||||
(build-system r-build-system)
|
||||
|
@ -12949,7 +12949,6 @@ (define-public r-bioccheck
|
|||
r-graph
|
||||
r-httr
|
||||
r-knitr
|
||||
r-optparse
|
||||
r-biocmanager
|
||||
r-biocviews
|
||||
r-stringdist))
|
||||
|
|
Loading…
Reference in a new issue