mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-preprocesscore: Update to 1.66.0.
* gnu/packages/bioconductor.scm (r-preprocesscore): Update to 1.66.0. Change-Id: I7900eb76856228194d406a31a7857723da3d6cbe
This commit is contained in:
parent
8a5bda7435
commit
5ce7f0fc7d
1 changed files with 2 additions and 2 deletions
|
@ -21729,14 +21729,14 @@ (define-public r-fourcseq
|
|||
(define-public r-preprocesscore
|
||||
(package
|
||||
(name "r-preprocesscore")
|
||||
(version "1.64.0")
|
||||
(version "1.66.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "preprocessCore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15fy3vwnjx6rwrkhbwxyvdykkfdis8c0m18x6y7irvyij9lm6x1y"))))
|
||||
"1cd91iakbpf2hjysc44sqqrah63cgq4fz3n8j81virfwl3ir95xm"))))
|
||||
(properties
|
||||
`((upstream-name . "preprocessCore")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue