mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-biocpkgtools: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.18.0.
This commit is contained in:
parent
8f9bd84fd9
commit
72ba2d8f48
1 changed files with 2 additions and 2 deletions
|
@ -17593,14 +17593,14 @@ (define-public r-biocor
|
||||||
(define-public r-biocpkgtools
|
(define-public r-biocpkgtools
|
||||||
(package
|
(package
|
||||||
(name "r-biocpkgtools")
|
(name "r-biocpkgtools")
|
||||||
(version "1.16.1")
|
(version "1.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocPkgTools" version))
|
(uri (bioconductor-uri "BiocPkgTools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cl88adkbxv7sz07b8h5qpwwkwg85jx6xjinkd0yjac4xm7s4lyf"))
|
"0s51dd9kjlh5vckwmynvahvg1pzl2ddvfn3s2kz77m0l0nbh7zfx"))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each delete-file
|
'(for-each delete-file
|
||||||
'("inst/htmlwidgets/lib/bioc_explore/bootstrap.min.js"
|
'("inst/htmlwidgets/lib/bioc_explore/bootstrap.min.js"
|
||||||
|
|
Loading…
Reference in a new issue