mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-biocpkgtools: Update to 1.18.1.
* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.18.1.
This commit is contained in:
parent
3602e0b41d
commit
790f0569f4
1 changed files with 2 additions and 2 deletions
|
@ -19034,14 +19034,14 @@ (define-public r-biocor
|
||||||
(define-public r-biocpkgtools
|
(define-public r-biocpkgtools
|
||||||
(package
|
(package
|
||||||
(name "r-biocpkgtools")
|
(name "r-biocpkgtools")
|
||||||
(version "1.18.0")
|
(version "1.18.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocPkgTools" version))
|
(uri (bioconductor-uri "BiocPkgTools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s51dd9kjlh5vckwmynvahvg1pzl2ddvfn3s2kz77m0l0nbh7zfx"))
|
"16d0sjkzagc0jxha28qxplg6iihwg2q05sig0s1291lm7kh5k9j8"))
|
||||||
(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