mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01: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
|
(define-public r-preprocesscore
|
||||||
(package
|
(package
|
||||||
(name "r-preprocesscore")
|
(name "r-preprocesscore")
|
||||||
(version "1.60.1")
|
(version "1.60.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "preprocessCore" version))
|
(uri (bioconductor-uri "preprocessCore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rwr31jp4dh3xcfx1kx8rz5xvyx1mrwy85hqrjrfr4m6h0qv28k1"))))
|
"0ikxikmz9dy09g726q1wygymm6z2imlgfiizkgh1cl4s0m35fbbd"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "preprocessCore")))
|
`((upstream-name . "preprocessCore")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue