mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-preprocesscore: Update to 1.60.2.
* gnu/packages/bioconductor.scm (r-preprocesscore): Update to 1.60.2.
This commit is contained in:
parent
7d4a159c78
commit
b36f98b19f
1 changed files with 2 additions and 2 deletions
|
@ -16802,14 +16802,14 @@ (define-public r-fourcseq
|
|||
(define-public r-preprocesscore
|
||||
(package
|
||||
(name "r-preprocesscore")
|
||||
(version "1.60.1")
|
||||
(version "1.60.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "preprocessCore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rwr31jp4dh3xcfx1kx8rz5xvyx1mrwy85hqrjrfr4m6h0qv28k1"))))
|
||||
"0ikxikmz9dy09g726q1wygymm6z2imlgfiizkgh1cl4s0m35fbbd"))))
|
||||
(properties
|
||||
`((upstream-name . "preprocessCore")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue