gnu: r-preprocesscore: Update to 1.52.1.

* gnu/packages/bioconductor.scm (r-preprocesscore): Update to 1.52.1.
This commit is contained in:
Ricardo Wurmus 2021-02-11 21:31:08 +01:00
parent da109ae738
commit 18ebacaa1c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8574,14 +8574,14 @@ (define-public r-fourcseq
(define-public r-preprocesscore
(package
(name "r-preprocesscore")
(version "1.52.0")
(version "1.52.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "preprocessCore" version))
(sha256
(base32
"1i5ky3bfbkrz4lgfs72fkckr8q3wq48p38mp05cjmnmh1chmdw38"))))
"1hz7rlpscaczvvcalky2f5bmr70aii455549m7f6wk10aklp3nll"))))
(properties
`((upstream-name . "preprocessCore")))
(build-system r-build-system)